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 09:52:13 UTC

svn commit: r857590 [38/48] - in /websites/production/commons/content/proper/commons-math/xref-test: ./ org/apache/commons/math3/ org/apache/commons/math3/analysis/ org/apache/commons/math3/analysis/differentiation/ org/apache/commons/math3/analysis/fu...

Modified: websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/random/MersenneTwisterTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/random/MersenneTwisterTest.html (original)
+++ websites/production/commons/content/proper/commons-math/xref-test/org/apache/commons/math3/random/MersenneTwisterTest.html Sun Apr  7 07:52:05 2013
@@ -33,7 +33,7 @@
 <a class="jxr_linenumber" name="23" href="#23">23</a>  
 <a class="jxr_linenumber" name="24" href="#24">24</a>      @Override
 <a class="jxr_linenumber" name="25" href="#25">25</a>      <strong class="jxr_keyword">protected</strong> RandomGenerator makeGenerator() {
-<a class="jxr_linenumber" name="26" href="#26">26</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> MersenneTwister(100);
+<a class="jxr_linenumber" name="26" href="#26">26</a>          <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> MersenneTwister(111);
 <a class="jxr_linenumber" name="27" href="#27">27</a>      }
 <a class="jxr_linenumber" name="28" href="#28">28</a>      
 <a class="jxr_linenumber" name="29" href="#29">29</a>      <em class="jxr_comment">// TODO: Some of the tests moved up to RandomGeneratorAbstractTest tested alternative seeding / constructors</em>