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

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

Generate the lognormal random number derived from a normal distribution with the specified generator, mean and deviation.