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

Implementations on Foreign Types

impl RandNormal for f64
[src]

impl RandNormal for f32
[src]

Implementors