Function concision_core::stdnorm
source · pub fn stdnorm<T, D>(shape: impl IntoDimension<Dim = D>) -> Array<T, D>Expand description
Given a shape, generate a random array using the StandardNormal distribution
pub fn stdnorm<T, D>(shape: impl IntoDimension<Dim = D>) -> Array<T, D>Given a shape, generate a random array using the StandardNormal distribution