summary refs log tree commit diff
path: root/src/libstd/rand/distributions/exponential.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-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