Function stdnorm_from_seed

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