Struct rand::distributions::RandSample [−][src]
A wrapper for generating types that implement Rand
via the
Sample
& IndependentSample
traits.
Methods
impl<Sup> RandSample<Sup>
[src]
[−]
impl<Sup> RandSample<Sup>
pub fn new() -> RandSample<Sup>
[src]
pub fn new() -> RandSample<Sup>
Trait Implementations
impl<Sup> IndependentSample<Sup> for RandSample<Sup> where
Sup: Rand,
[src]
[+]
impl<Sup> IndependentSample<Sup> for RandSample<Sup> where
Sup: Rand,
impl<Sup> Copy for RandSample<Sup>
[src]
impl<Sup> Copy for RandSample<Sup>
impl<Sup> Clone for RandSample<Sup>
[src]
[+]
impl<Sup> Clone for RandSample<Sup>
impl<Sup> Sample<Sup> for RandSample<Sup> where
Sup: Rand,
[src]
[+]
impl<Sup> Sample<Sup> for RandSample<Sup> where
Sup: Rand,
impl<Sup> Debug for RandSample<Sup> where
Sup: Debug,
[src]
[+]
impl<Sup> Debug for RandSample<Sup> where
Sup: Debug,
Auto Trait Implementations
impl<Sup> Send for RandSample<Sup>
impl<Sup> Send for RandSample<Sup>
impl<Sup> Sync for RandSample<Sup>
impl<Sup> Sync for RandSample<Sup>