Struct rand::distributions::RandSample [−][src]
pub struct RandSample<Sup> { /* fields omitted */ }Expand description
A wrapper for generating types that implement Rand via the
Sample & IndependentSample traits.
Implementations
Trait Implementations
Generate a random value.
Auto Trait Implementations
impl<Sup> RefUnwindSafe for RandSample<Sup>
impl<Sup> Send for RandSample<Sup>
impl<Sup> Sync for RandSample<Sup>
impl<Sup> Unpin for RandSample<Sup>
impl<Sup> UnwindSafe for RandSample<Sup>
Blanket Implementations
Mutably borrows from an owned value. Read more
