aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rand.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-0/+34
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-34/+0
| | | | (Have fun mergining your stuff with this.)
* Reformat standard library; no code changes.Graydon Hoare2010-09-221-12/+21
|
* Expose an RNG (the one used by our runtime) to Rust via std.Roy Frostig2010-07-251-0/+25