Skip to main content

random_matrix

Function random_matrix 

Source
pub fn random_matrix(rows: usize, cols: usize) -> Array2<f64>
Expand description

Generate a 2D matrix of random f64s in [0, 1)