Function dvcompute::simulation::process::random::random_erlang_process_[][src]

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

Hold the process for an Erlang random time interval with the specified scale (the reciprocal of the rate) and integer shape.