about summary refs log tree commit diff
path: root/src/rt/rust_rng.h
AgeCommit message (Expand)AuthorLines
2013-05-07rt: Eliminate the dependency on rust_kernel from rust_rngBrian Anderson-4/+3
2013-02-19rt: fix memory-unsafe random seed logic, r=valgrindcleanGraydon Hoare-3/+5
2013-02-14reseed rust_rng after generating 32KBChris Peterson-1/+2
2013-02-14encapsulate isaac RNG in rust_rng structChris Peterson-2/+7
2013-02-14move isaac RNG utility functions to new rust_rng.cpp fileChris Peterson-0/+34