summary refs log tree commit diff
path: root/src/libstd/rand/distributions/gamma.rs
AgeCommit message (Expand)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-6/+5
2014-01-07std: Fill in all missing importsAlex Crichton-2/+3
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-5/+5
2013-12-26std::rand: remove the `fn main()` from the examples.Huon Wilson-20/+12
2013-12-23std: Fix all code examplesAlex Crichton-1/+1
2013-12-08std::rand: implement the student t distribution.Huon Wilson-0/+51
2013-12-08std::rand: implement the F distribution.Huon Wilson-0/+59
2013-12-08std::rand: implement the chi-squared distribution.Huon Wilson-1/+98
2013-12-07std::rand: move normal and exponential to their own file.Huon Wilson-1/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-4/+4
2013-11-18std::rand: wrappers for floats from [0,1] and (0,1).Huon Wilson-12/+3
2013-11-01std::rand: share the benchmark counter among the whole module tree.Huon Wilson-6/+5
2013-11-01std::rand: Implement the Gamma distribution.Huon Wilson-0/+217