(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future

This commit is contained in:
skidd13
2008-03-31 16:07:50 +00:00
parent 4cc6140619
commit 9d914a803c
2 changed files with 1 additions and 103 deletions

View File

@@ -23,10 +23,6 @@
//#define RANDOM_DEBUG
// Enable this to produce higher quality random numbers.
// Doesn't work with network yet.
// #define MERSENNE_TWISTER
/**
* Structure to encapsulate the pseudo random number generators.
*/