Module rand::distributions::range[][src]

Generating numbers between two others.

Re-exports

use core::num::Wrapping as w;
use Rng;
use distributions::Sample;
use distributions::IndependentSample;

Structs

Range

Sample values uniformly between two bounds.

Traits

SampleRange

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 Range.