Skip to main content

random_normal_array

Function random_normal_array 

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

Generate a random array with normal distribution