pub fn random_normal_array<D: Dimension>( shape: D, mean: f64, std_dev: f64, rng: &mut Random<impl Rng>, ) -> Array<f64, D>
Generate a random array with normal distribution