pub fn rand_with_dist<T: Into<f64>, R: Rng, D: Distribution<T>>( r: usize, c: usize, rng: &mut R, dist: D, ) -> Matrix
Rand matrix with specific rng and distribution
Any range