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

pub fn random_weibull_parameter(
    alpha: f64,
    beta: f64
) -> impl Parameter<Item = f64> + Clone
Expand description

Computation that returns a new random number from the Weibull distribution.