about summary refs log tree commit diff
path: root/src/rt/rust_rng.cpp
AgeCommit message (Expand)AuthorLines
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-61/+0
2013-05-07rt: Eliminate the dependency on rust_kernel from rust_rngBrian Anderson-23/+27
2013-05-07rt: Move win32_require out of the rust_kernel typeBrian Anderson-3/+23
2013-02-19rt: fix memory-unsafe random seed logic, r=valgrindcleanGraydon Hoare-16/+21
2013-02-14reseed rust_rng after generating 32KBChris Peterson-2/+26
2013-02-14encapsulate isaac RNG in rust_rng structChris Peterson-3/+13
2013-02-14move isaac RNG utility functions to new rust_rng.cpp fileChris Peterson-0/+81