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

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

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