]> git.lizzy.rs Git - rust.git/commit
add a seeded random number generator so that sequences of random numbers can be easil...
authorGareth Daniel Smith <garethdanielsmith@gmail.com>
Sun, 20 May 2012 13:06:54 +0000 (14:06 +0100)
committerBrian Anderson <banderson@mozilla.com>
Tue, 22 May 2012 00:38:05 +0000 (17:38 -0700)
commitc9f8ae02bcf078aee6ebcdc55f96ac18a9753c26
tree7e91e2eafd38d3893c583251b108d79240bea888
parent64130f158950d5b4746b7dce47cf4ce20dd934dd
add a seeded random number generator so that sequences of random numbers can be easily reproduced (for https://github.com/mozilla/rust/issues/2379)
src/libcore/rand.rs
src/rt/rust_builtin.cpp
src/rt/rust_sched_loop.cpp
src/rt/rust_util.h
src/rt/rustrt.def.in