Function random_choices

Source
pub fn random_choices<RNG: Rng + CryptoRng>(
    count: usize,
    rng: &mut RNG,
) -> Vec<Choice>
Expand description

Sample count many Choicees using the provided rng.