Function dvcompute::simulation::observable::random::new_random_erlang_observable[][src]

pub fn new_random_erlang_observable(
    scale: f64,
    shape: isize
) -> impl Composite<Item = ObservableBox<Rc<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.