Function random_matrix_uniform

Source
pub fn random_matrix_uniform<T>(arr: &mut [T])
where T: Bound, T::X: SampleUniform,