summaryrefslogtreecommitdiff
path: root/libs/random/test/test_mt19937.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/random/test/test_mt19937.cpp')
-rw-r--r--libs/random/test/test_mt19937.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/random/test/test_mt19937.cpp b/libs/random/test/test_mt19937.cpp
index bbd37bbf6..ca699b23b 100644
--- a/libs/random/test/test_mt19937.cpp
+++ b/libs/random/test/test_mt19937.cpp
@@ -22,6 +22,9 @@
#define BOOST_RANDOM_VALIDATION_VALUE 4123659995U
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE 666528879U
#define BOOST_RANDOM_ITERATOR_VALIDATION_VALUE 3408548740U
+#define BOOST_RANDOM_DISCARD_COUNT1 9307
+#define BOOST_RANDOM_DISCARD_COUNT2 20000000
+#define BOOST_RANDOM_DISCARD_MAX
#define BOOST_RANDOM_GENERATE_VALUES { 0xD091BB5CU, 0x22AE9EF6U, 0xE7E1FAEEU, 0xD5C31F79U }