pub fn randc<A, S, D>(shape: impl IntoDimension<Dim = D>) -> ArrayBase<S, D>where
A: Clone + Num,
D: Dimension,
S: DataOwned<Elem = Complex<A>>,
ComplexDistribution<A, A>: Distribution<Complex<A>>,Expand description
Generate a random array of complex numbers with real and imaginary parts in the range [0, 1)