rust/src/libstd/rand
Huon Wilson 71addded64 std::rand: remove seed.
This much better handled by directly calling out to `OSRng` where
appropriate.
2013-10-09 22:22:43 +11:00
..
distributions.rs Update the compiler to not use printf/printfln 2013-09-26 17:05:59 -07:00
isaac.rs std::rand: remove seed. 2013-10-09 22:22:43 +11:00
mod.rs std::rand: remove seed. 2013-10-09 22:22:43 +11:00
os.rs std::rand: make the windows OSRng more correct, remove some C++. 2013-10-09 22:22:42 +11:00
rand_impls.rs std::rand: adjust the f32 & f64 Rand instances. 2013-10-09 22:22:43 +11:00
reader.rs std::rand: documentation additions & fixes. 2013-10-09 22:22:43 +11:00
reseeding.rs std::rand: documentation additions & fixes. 2013-10-09 22:22:43 +11:00
ziggurat_tables.rs