Module rand::distributions::normal
[−]
[src]
Unstable (
rand
): use rand
from crates.io
The normal and derived distributions.
Reexports
use core::prelude::v1::*; |
use FloatMath; |
use ::{Rng, Rand, Open01}; |
use distributions::{ziggurat, ziggurat_tables, Sample, IndependentSample}; |
Structs
LogNormal |
[Unstable] The log-normal distribution |
Normal |
[Unstable] The normal distribution |
StandardNormal |
[Unstable] A wrapper around an |