Module rand::distributions::exponential[][src]

The exponential distribution.

Re-exports

use Rng;
use Rand;
use distributions::ziggurat;
use distributions::ziggurat_tables;
use distributions::Sample;
use distributions::IndependentSample;

Structs

Exp

The exponential distribution Exp(lambda).

Exp1

A wrapper around an f64 to generate Exp(1) random numbers.