pub fn normal_array<Sh: Into<IxDyn>>( shape: Sh, mean: f64, std: f64, ) -> Array<f64, IxDyn>
Generate a random array with normal distribution