Trait ndarray_linalg::types::RandNormal [] [src]

pub trait RandNormal {
    fn randn<R: Rng>(_: &mut R) -> Self;
}

Scalars which can be initialized from Gaussian random number

Required Methods

Implementors