This moves `std::rand::distribitions::{Normal, StandardNormal}` to `...::distributions::normal`, reexporting `Normal` from `distributions` (and similarly for `Exp` and Exp1`), and adds:
- Log-normal
- Chi-squared
- F
- Student T
all of which are implemented in C++11's random library. Tests in
|
||
|---|---|---|
| .. | ||
| distributions | ||
| isaac.rs | ||
| mod.rs | ||
| os.rs | ||
| rand_impls.rs | ||
| reader.rs | ||
| reseeding.rs | ||