[−][src]Trait rand::distributions::IndependentSample
Sample
s that do not require keeping track of state.
Since no state is recorded, each sample is (statistically)
independent of all others, assuming the Rng
used has this
property.
Required methods
fn ind_sample<R: Rng>(&self, _: &mut R) -> Support
Generate a random value.