[−][src]Trait rand::distributions::IndependentSample
Samples 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>(&self, &mut R) -> Support where
R: Rng,
R: Rng,
Generate a random value.
Implementors
impl IndependentSample<f64> for ChiSquared[src]
impl IndependentSample<f64> for ChiSquaredfn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl IndependentSample<f64> for StudentT[src]
impl IndependentSample<f64> for StudentTfn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl IndependentSample<f64> for Exp[src]
impl IndependentSample<f64> for Expfn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl IndependentSample<f64> for FisherF[src]
impl IndependentSample<f64> for FisherFfn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl IndependentSample<f64> for Gamma[src]
impl IndependentSample<f64> for Gammafn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl IndependentSample<f64> for Normal[src]
impl IndependentSample<f64> for Normalfn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl IndependentSample<f64> for LogNormal[src]
impl IndependentSample<f64> for LogNormalfn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> f64 where
R: Rng, impl<'a, T> IndependentSample<T> for WeightedChoice<'a, T> where
T: Clone, [src]
impl<'a, T> IndependentSample<T> for WeightedChoice<'a, T> where
T: Clone, fn ind_sample<R>(&self, rng: &mut R) -> T where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> T where
R: Rng, impl<Sup> IndependentSample<Sup> for Range<Sup> where
Sup: SampleRange, [src]
impl<Sup> IndependentSample<Sup> for Range<Sup> where
Sup: SampleRange, fn ind_sample<R>(&self, rng: &mut R) -> Sup where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> Sup where
R: Rng, impl<Sup> IndependentSample<Sup> for RandSample<Sup> where
Sup: Rand, [src]
impl<Sup> IndependentSample<Sup> for RandSample<Sup> where
Sup: Rand, fn ind_sample<R>(&self, rng: &mut R) -> Sup where
R: Rng, [src]
fn ind_sample<R>(&self, rng: &mut R) -> Sup where
R: Rng,