rust/src/libstd/rand
bors a417dbd1c7 auto merge of #10859 : huonw/rust/helper-dists, r=cmr
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 0424b8aded. Note that these are approximately half documentation & half implementation (of which a significant portion is boilerplate `}`'s and so on).
2013-12-09 03:41:27 -08:00
..
distributions std::rand: implement the student t distribution. 2013-12-08 22:12:58 +11:00
isaac.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
mod.rs Remove dead codes 2013-12-08 02:55:28 -05:00
os.rs Revert "libstd: Change Path::new to Path::init." 2013-12-04 22:33:53 -08:00
rand_impls.rs std::rand: wrappers for floats from [0,1] and (0,1). 2013-11-18 23:12:01 +11:00
reader.rs Move std::rt::io to std::io 2013-11-11 20:44:07 -08:00
reseeding.rs Fix infinite recursion in fill_bytes() 2013-10-31 21:19:47 -05:00