Skip to main content

random_uniform_array

Function random_uniform_array 

Source
pub fn random_uniform_array(n: usize, low: f64, high: f64) -> Array1<f64>
Expand description

Generate random array from uniform distribution