Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FE41100BB for ; Sun, 7 Apr 2013 07:54:36 +0000 (UTC) Received: (qmail 22082 invoked by uid 500); 7 Apr 2013 07:54:13 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 21358 invoked by uid 500); 7 Apr 2013 07:54:07 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 20690 invoked by uid 99); 7 Apr 2013 07:54:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 07:54:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 07:53:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 808282388CA7 for ; Sun, 7 Apr 2013 07:52:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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... Date: Sun, 07 Apr 2013 07:52:13 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130407075225.808282388CA7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ 23 24 @Override 25 protected RandomGenerator makeGenerator() { -26 return new MersenneTwister(100); +26 return new MersenneTwister(111); 27 } 28 29 // TODO: Some of the tests moved up to RandomGeneratorAbstractTest tested alternative seeding / constructors