Struct rand::distributions::RandSampleExperimental [-]  [+] [src]

pub struct RandSample<Sup>;

A wrapper for generating types that implement Rand via the Sample & IndependentSample traits.

Trait Implementations

impl<Sup: Rand> Sample<Sup> for RandSample<Sup>

fn sample<R: Rng>(&mut self, rng: &mut R) -> Sup

impl<Sup: Rand> IndependentSample<Sup> for RandSample<Sup>

fn ind_sample<R: Rng>(&self, rng: &mut R) -> Sup