Function dvcompute::simulation::parameter::random::random_log_normal_parameter[][src]

pub fn random_log_normal_parameter(
    mu: f64,
    nu: f64
) -> impl Parameter<Item = f64> + Clone
Expand description

Computation that generates a new random number distributed lognormally.