Modified:
websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3/random/MersenneTwisterTest.html
==============================================================================
---
websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3/random/MersenneTwisterTest.html
(original)
+++
websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3/random/MersenneTwisterTest.html
Sat Apr 6 23:42:01 2013
@@ -26,7 +26,7 @@
<FONT color="green">023</FONT> <a name="line.23"></a>
<FONT color="green">024</FONT> @Override<a name="line.24"></a>
<FONT color="green">025</FONT> protected RandomGenerator
makeGenerator() {<a name="line.25"></a>
-<FONT color="green">026</FONT> return new MersenneTwister(100);<a
name="line.26"></a>
+<FONT color="green">026</FONT> return new MersenneTwister(111);<a
name="line.26"></a>
<FONT color="green">027</FONT> }<a name="line.27"></a>
<FONT color="green">028</FONT> <a name="line.28"></a>
<FONT color="green">029</FONT> // TODO: Some of the tests moved up to
RandomGeneratorAbstractTest tested alternative seeding / constructors<a
name="line.29"></a>