pub fn random_uniform_matrix( rows: usize, cols: usize, low: f64, high: f64, ) -> Array2<f64>
Generate random 2D array from uniform distribution