about summary refs log tree commit diff
path: root/src/libstd/rand/distributions/exponential.rs
AgeCommit message (Expand)AuthorLines
2014-03-12std: Move rand to librand.Huon Wilson-142/+0
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-1/+1
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-1/+1
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-5/+5
2014-01-07std: Fill in all missing importsAlex Crichton-0/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-1/+2
2013-12-26std::rand: remove the `fn main()` from the examples.Huon Wilson-5/+3
2013-12-07std::rand: move normal and exponential to their own file.Huon Wilson-0/+141