pub fn random(rows: usize, cols: usize) -> Vec<Vec<f64>>
Returns a spatially random NLM with values ranging [0, 1).
rows
cols