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

pub fn random_binomial_stream(
    prob: f64,
    trials: isize
) -> Stream<Rc<Arrival<isize>>>
Expand description

A stream with binomial random time delays with the specified probability and trials.