Function stdnorm

Source
pub fn stdnorm<S, D, Sh>(shape: Sh) -> ArrayBase<S, D>
where D: Dimension, S: DataOwned, Sh: ShapeBuilder<Dim = D>, StandardNormal: Distribution<<S as RawData>::Elem>,
Expand description

Given a shape, generate a random array using the StandardNormal distribution