random_normal_array

Function random_normal_array 

Source
pub fn random_normal_array<D>(
    shape: D,
    mean: f64,
    std_dev: f64,
    rng: &mut Random<impl Rng>,
) -> ArrayBase<OwnedRepr<f64>, D>
where D: Dimension,
Expand description

Generate a random array with normal distribution