pub fn random_normal_array(n: usize, mean: f64, std_dev: f64) -> Array1<f64>
Generate random array from normal distribution