summary refs log tree commit diff
path: root/src/libstd/rand/distributions/normal.rs
AgeCommit message (Expand)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-5/+5
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2014-01-06Remove some unnecessary type castsFlorian Hahn-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-3/+4
2013-12-26std::rand: remove the `fn main()` from the examples.Huon Wilson-12/+8
2013-12-23std: Fix all code examplesAlex Crichton-1/+1
2013-12-07std::rand: implement the log-normal distribution.Huon Wilson-1/+57
2013-12-07std::rand: move normal and exponential to their own file.Huon Wilson-0/+155