pub fn random_uniform_array(n: usize, low: f64, high: f64) -> Array1<f64>
Generate random array from uniform distribution