Struct rand::distributions::RandSample
[−]
[src]
pub struct RandSample<Sup> {
_marker: PhantomData<Sup>,
}Unstable (
rand): use rand from crates.io
A wrapper for generating types that implement Rand via the
Sample & IndependentSample traits.
Fields
_marker | Unstable ( rand): use |
Methods
impl<Sup> RandSample<Sup>
fn new() -> RandSample<Sup>
Unstable (
rand): use rand from crates.io