peroxide::util::non_macroFunction rand_with_dist
Source pub fn rand_with_dist<T: Into<f64>, R: Rng, D: Distribution<T>>(
r: usize,
c: usize,
rng: &mut R,
dist: D,
) -> Matrix
Expand description
Rand matrix with specific rng and distribution
ยงDescription
Any range