pub fn random_normal_matrix( rows: usize, cols: usize, mean: f64, std_dev: f64, ) -> Array2<f64>
Generate random 2D array from normal distribution