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

pub fn random_gamma_parameter(
    kappa: f64,
    theta: f64
) -> impl Parameter<Item = f64> + Clone
Expand description

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