Huon Wilson
|
0951313c1e
|
Remove the C(++) ISAAC Rng from the old rt.
This has to leave rust_gen_seed and rng_gen_seed around since they're
used to initialise the std::rand RNGs.
|
2013-09-23 00:11:43 +10:00 |
|
Brian Anderson
|
21aaa7fb13
|
rt: Eliminate the dependency on rust_kernel from rust_rng
|
2013-05-07 12:08:03 -07:00 |
|
Brian Anderson
|
4cd51c416b
|
rt: Move win32_require out of the rust_kernel type
This is only used on rust_rng, which I am trying to extricate from
the kernel.
|
2013-05-07 12:08:00 -07:00 |
|
Graydon Hoare
|
968ab03026
|
rt: fix memory-unsafe random seed logic, r=valgrindclean
|
2013-02-19 07:06:36 -08:00 |
|
Chris Peterson
|
9a78dc93db
|
reseed rust_rng after generating 32KB
|
2013-02-14 22:33:12 -08:00 |
|
Chris Peterson
|
665e900ede
|
encapsulate isaac RNG in rust_rng struct
|
2013-02-14 22:31:08 -08:00 |
|
Chris Peterson
|
f4320b6195
|
move isaac RNG utility functions to new rust_rng.cpp file
|
2013-02-14 22:30:27 -08:00 |
|