Function dvcompute_rand::simulation::generator::primitives::generate_normal[][src]

pub fn generate_normal(gen: &mut GeneratorRepr, mu: f64, nu: f64) -> f64
Expand description

Generate a normal random number by the specified generator, mean and deviation.