about summary refs log tree commit diff
path: root/src/libcore/rand/ziggurat_tables.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-412/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-01libcore: add N(0,1) and Exp(1) distributions to core::rand.Huon Wilson-0/+412
Sample from the normal and exponential distributions using the Ziggurat algorithm.