Function randc

Source
pub fn randc<A, S, D>(shape: impl IntoDimension<Dim = D>) -> ArrayBase<S, D>
where A: Clone + Num, D: Dimension, S: RawData<Elem = Complex<A>> + DataOwned, ComplexDistribution<A>: Distribution<<S as RawData>::Elem>,
Expand description

Generate a random array of complex numbers with real and imaginary parts in the range [0, 1)