summary refs log tree commit diff
path: root/src/rt/rust_rng.cpp
AgeCommit message (Expand)AuthorLines
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