Function peroxide::util::non_macro::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