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,
Generate a random array with normal distribution