Function dvcompute::simulation::stream::random::random_erlang_stream[][src]

pub fn random_erlang_stream(
    scale: f64,
    shape: isize
) -> Stream<Rc<Arrival<f64>>>
Expand description

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