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

pub fn random_erlang_parameter(
    scale: f64,
    shape: isize
) -> impl Parameter<Item = f64> + Clone
Expand description

Computation that returns a new Erlang random number with the specified scale (the reciprocal of the rate) and integer shape.