pub fn random_matrix_std<T>(m: usize, n: usize, arr: &mut [T], ld: usize)where Standard: Distribution<T>,