[−][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.
Implementors
impl IndependentSample<f64> for Gamma
[src]
impl IndependentSample<f64> for Gamma
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl IndependentSample<f64> for ChiSquared
[src]
impl IndependentSample<f64> for ChiSquared
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl IndependentSample<f64> for FisherF
[src]
impl IndependentSample<f64> for FisherF
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl IndependentSample<f64> for StudentT
[src]
impl IndependentSample<f64> for StudentT
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl IndependentSample<f64> for Normal
[src]
impl IndependentSample<f64> for Normal
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl IndependentSample<f64> for LogNormal
[src]
impl IndependentSample<f64> for LogNormal
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl IndependentSample<f64> for Exp
[src]
impl IndependentSample<f64> for Exp
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> f64
impl<'a, T: Clone> IndependentSample<T> for WeightedChoice<'a, T>
[src]
impl<'a, T: Clone> IndependentSample<T> for WeightedChoice<'a, T>
fn ind_sample<R: Rng>(&self, rng: &mut R) -> T
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> T
impl<Sup: SampleRange> IndependentSample<Sup> for Range<Sup>
[src]
impl<Sup: SampleRange> IndependentSample<Sup> for Range<Sup>
fn ind_sample<R: Rng>(&self, rng: &mut R) -> Sup
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> Sup
impl<Sup: Rand> IndependentSample<Sup> for RandSample<Sup>
[src]
impl<Sup: Rand> IndependentSample<Sup> for RandSample<Sup>
fn ind_sample<R: Rng>(&self, rng: &mut R) -> Sup
[src]
fn ind_sample<R: Rng>(&self, rng: &mut R) -> Sup