random

Function random 

Source
pub fn random(rows: usize, cols: usize) -> Vec<Vec<f64>>
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.