pub trait Sample<Support> { // Required method fn sample(&self, rng: &mut Rng) -> Support; }
Generate a pseudorandom element of Support using rng as the source of randomness.
Support
rng