Struct rand::distributions::RandSample
[−]
[src]
pub struct RandSample<Sup> { // some fields omitted }
A wrapper for generating types that implement Rand
via the
Sample
& IndependentSample
traits.