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

pub fn random_discrete_stream(
    dpdf: Rc<Vec<(f64, f64)>>
) -> Stream<Rc<Arrival<f64>>>
Expand description

A stream with random time delays from the specified discrete distribution.