Function dvcompute::simulation::parameter::random::random_binomial_parameter[][src]

pub fn random_binomial_parameter(
    prob: f64,
    trials: isize
) -> impl Parameter<Item = isize> + Clone
Expand description

Computation that returns a new binomial random number with the specified probability and trials.