random_erlang_process

Function random_erlang_process 

Source
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.