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

pub fn random_triangular_stream(
    min: f64,
    median: f64,
    max: f64
) -> Stream<Rc<Arrival<f64>>>
Expand description

A stream with random time delays from the triangular distribution.