random_discrete_stream

Function random_discrete_stream 

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

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