random_arr

Function random_arr 

Source
pub fn random_arr(arr: &mut [&mut [f64]], rows: usize, cols: usize)
Expand description

Returns a spatially random NLM with values ranging [0, 1).

ยงArguments

  • rows - Number of rows in the array.
  • cols - Number of columns in the array.