summaryrefslogtreecommitdiff
path: root/src/core/random_func.hpp
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-03-31 16:07:50 +0000
committerskidd13 <skidd13@openttd.org>2008-03-31 16:07:50 +0000
commit9d914a803c0e9d39b8d86427902b0aac4c6d88ce (patch)
tree4a2b8a329970d0d60e89b4b666d0830ac4715a33 /src/core/random_func.hpp
parent4cc6140619a9988c1e16ff82bf7edb601ce0ed0c (diff)
downloadopenttd-9d914a803c0e9d39b8d86427902b0aac4c6d88ce.tar.xz
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future
Diffstat (limited to 'src/core/random_func.hpp')
-rw-r--r--src/core/random_func.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/random_func.hpp b/src/core/random_func.hpp
index 8469af661..a301b5b3b 100644
--- a/src/core/random_func.hpp
+++ b/src/core/random_func.hpp
@@ -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.
*/