Function new_random_erlang_observable

Source
pub fn new_random_erlang_observable(
    scale: f64,
    shape: isize,
) -> impl Composite<Item = ObservableBox<Arrival<f64>>>
Expand description

An observable with random time delays from the Erlang distribution with the specified scale (the reciprocal of the rate) and integer shape.