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

pub fn random_exponential_stream(mu: f64) -> Stream<Rc<Arrival<f64>>>
Expand description

A stream with exponential random time delays with the specified mean.