about summary refs log tree commit diff
path: root/src/libstd/rand/reseeding.rs
AgeCommit message (Expand)AuthorLines
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-3/+1
2014-01-07std: Fill in all missing importsAlex Crichton-1/+2
2013-10-31Fix infinite recursion in `fill_bytes()`Robert Irelan-1/+21
2013-10-09std::rand::reseeding: seed the reseeder in the SeedableRng impl.Huon Wilson-10/+12
2013-10-09std::rand: documentation additions & fixes.Huon Wilson-0/+25
2013-10-09std::rand: add & split some tests.Huon Wilson-1/+31
2013-10-09std::rand: improve the task_rng code.Huon Wilson-1/+18
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-1/+3
2013-10-09std::rand: Add ReseedingRng, which will reseed an RNG after it generates a ce...Huon Wilson-0/+128