Module rand::distributions::range
[−]
[src]
Unstable (
rand): use rand from crates.io
Generating numbers between two others.
Reexports
use core::prelude::v1::*; |
use core::marker::Sized; |
use Rng; |
use distributions::{Sample, IndependentSample}; |
Structs
| Range |
[Unstable] Sample values uniformly between two bounds. |
Traits
| SampleRange |
[Unstable] The helper trait for types that have a sensible way to sample
uniformly between two values. This should not be used directly,
and is only to facilitate |