rust/src/libstd/rand
Brendan Zabarauskas 729060dbb9 Remove Times trait
`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal was then lost after `do` was disabled for closures. It's time to let this one go.
2014-01-30 14:52:25 +11:00
..
distributions Removed all instances of XXX in preparation for relaxing of FIXME rule 2014-01-26 14:42:53 -05:00
isaac.rs Remove Times trait 2014-01-30 14:52:25 +11:00
mod.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
os.rs Removing do keyword from libstd and librustc 2014-01-29 09:15:41 -05:00
rand_impls.rs Uppercase numeric constants 2014-01-25 21:38:25 +13:00
reader.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
reseeding.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00