rust/src/libstd/rand
Alex Crichton 72557d8312 Remove the extension traits for Readers/Writers
These methods are all excellent candidates for default methods, so there's no
need to require extra imports of various traits.
2013-10-28 10:16:45 -07:00
..
distributions.rs std::rand: move Weighted to distributions. 2013-10-23 10:40:06 +11:00
isaac.rs auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
mod.rs auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
os.rs std::rand: documentation & references. 2013-10-23 10:40:06 +11:00
rand_impls.rs std::rand: Make Rng.next_u32 non-default, waiting for #7771. 2013-10-09 22:22:44 +11:00
range.rs std::rand: add distributions::Range for generating [lo, hi). 2013-10-23 10:40:06 +11:00
reader.rs Remove the extension traits for Readers/Writers 2013-10-28 10:16:45 -07:00
reseeding.rs std::rand::reseeding: seed the reseeder in the SeedableRng impl. 2013-10-09 22:22:43 +11:00
ziggurat_tables.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00