You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/04/07 01:42:02 UTC

svn commit: r857558 [31/39] - in /websites/production/commons/content/proper/commons-math/testapidocs/src-html/org/apache/commons/math3: ./ analysis/ analysis/differentiation/ analysis/interpolation/ complex/ dfp/ distribution/ distribution/fitting/ ex...

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>