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 02:21:48 UTC

svn commit: r857562 [34/45] - in /websites/production/commons/content/proper/commons-math/testapidocs: ./ org/apache/commons/math3/ org/apache/commons/math3/analysis/ org/apache/commons/math3/analysis/class-use/ org/apache/commons/math3/analysis/differ...

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/MersenneTwisterTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/MersenneTwisterTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/MersenneTwisterTest.html Sun Apr  7 00:21:30 2013
@@ -2,13 +2,11 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Wed Jan 09 21:22:57 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-MersenneTwisterTest (Commons Math 3.1.1 Test API)
+MersenneTwisterTest (Commons Math 3.2 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2013-01-09">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +14,7 @@ MersenneTwisterTest (Commons Math 3.1.1 
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MersenneTwisterTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="MersenneTwisterTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>
@@ -94,7 +92,7 @@ org.apache.commons.math3.random</FONT>
 Class MersenneTwisterTest</H2>
 <PRE>
 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html" title="class in org.apache.commons.math3.random">org.apache.commons.math3.random.RandomDataTest</A>
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html" title="class in org.apache.commons.math3.random">org.apache.commons.math3.random.RandomDataGeneratorTest</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html" title="class in org.apache.commons.math3.random">org.apache.commons.math3.random.RandomGeneratorAbstractTest</A>
           <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.math3.random.MersenneTwisterTest</B>
 </PRE>
@@ -125,13 +123,13 @@ Class MersenneTwisterTest</H2>
 <TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#generator">generator</A></CODE></TD>
 </TR>
 </TABLE>
-&nbsp;<A NAME="fields_inherited_from_class_org.apache.commons.math3.random.RandomDataTest"><!-- --></A>
+&nbsp;<A NAME="fields_inherited_from_class_org.apache.commons.math3.random.RandomDataGeneratorTest"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.math3.random.<A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html" title="class in org.apache.commons.math3.random">RandomDataTest</A></B></TH>
+<TH ALIGN="left"><B>Fields inherited from class org.apache.commons.math3.random.<A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html" title="class in org.apache.commons.math3.random">RandomDataGeneratorTest</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#expected">expected</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#largeSampleSize">largeSampleSize</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#randomData">randomData</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#smallSampleSize">smallSampleSize</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testStatistic">testStatistic</A></CODE></TD>
+<TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#expected">expected</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#largeSampleSize">largeSampleSize</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#randomData">randomData</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#smallSampleSize">smallSampleSize</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testStatistic">testStatistic</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -182,16 +180,16 @@ Class MersenneTwisterTest</H2>
 <TH ALIGN="left"><B>Methods inherited from class org.apache.commons.math3.random.<A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html" title="class in org.apache.commons.math3.random">RandomGeneratorAbstractTest</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#setUp()">setUp</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testDoubleDirect()">testDoubleDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testFloatDirect()">testFloatDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNexBoolean2()">testNexBoolean2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNexBytes()">testNexBytes</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextBooleanDirect()">testNextBooleanDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextFloatDirect()">testNextFloatDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractT
 est.html#testNextInt2()">testNextInt2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextIntDirect()">testNextIntDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextIntIAE()">testNextIntIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextIntNeg()">testNextIntNeg</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextLong2()">testNextLong2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextLongDirect()">testNextLongDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureHex()">testNextSecureHex</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntIAE()">testNextSecureIntIAE</A>, <A HREF="../../../../../org
 /apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntNegativeRange()">testNextSecureIntNegativeRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntNegativeToPositiveRange()">testNextSecureIntNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntPositiveRange()">testNextSecureIntPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongIAE()">testNextSecureLongIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongNegativeRange()">testNextSecureLongNegativeRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongNegativeToPositiveRange()">testNextSecureLongNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/c
 ommons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongPositiveRange()">testNextSecureLongPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testSeeding()">testSeeding</A></CODE></TD>
+<TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#setUp()">setUp</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testDoubleDirect()">testDoubleDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testFloatDirect()">testFloatDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNexBoolean2()">testNexBoolean2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNexBytes()">testNexBytes</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextBooleanDirect()">testNextBooleanDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextFloatDirect()">testNextFloatDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractT
 est.html#testNextInt2()">testNextInt2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextIntDirect()">testNextIntDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextIntIAE2()">testNextIntIAE2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextIntNeg()">testNextIntNeg</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextLong2()">testNextLong2</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextLongDirect()">testNextLongDirect</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureHex()">testNextSecureHex</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntIAE()">testNextSecureIntIAE</A>, <A HREF="../../../../../o
 rg/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntNegativeRange()">testNextSecureIntNegativeRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntNegativeToPositiveRange()">testNextSecureIntNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureIntPositiveRange()">testNextSecureIntPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongIAE()">testNextSecureLongIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongNegativeRange()">testNextSecureLongNegativeRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongNegativeToPositiveRange()">testNextSecureLongNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache
 /commons/math3/random/RandomGeneratorAbstractTest.html#testNextSecureLongPositiveRange()">testNextSecureLongPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html#testSeeding()">testSeeding</A></CODE></TD>
 </TR>
 </TABLE>
-&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.math3.random.RandomDataTest"><!-- --></A>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.commons.math3.random.RandomDataGeneratorTest"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.math3.random.<A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html" title="class in org.apache.commons.math3.random">RandomDataTest</A></B></TH>
+<TH ALIGN="left"><B>Methods inherited from class org.apache.commons.math3.random.<A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html" title="class in org.apache.commons.math3.random">RandomDataGeneratorTest</A></B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#checkNextPoissonConsistency(double)">checkNextPoissonConsistency</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testConfig()">testConfig</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextBeta()">testNextBeta</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextBinomial()">testNextBinomial</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextCauchy()">testNextCauchy</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextChiSquare()">testNextChiSquare</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextExponential()">testNextExponential</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextF()">testNextF</A>, <A HREF="../../../../../org/apache/co
 mmons/math3/random/RandomDataTest.html#testNextGamma()">testNextGamma</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextGaussian()">testNextGaussian</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextHex()">testNextHex</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextHypergeometric()">testNextHypergeometric</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextIntExtremeValues()">testNextIntExtremeValues</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextIntNegativeRange()">testNextIntNegativeRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextIntNegativeToPositiveRange()">testNextIntNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextIntPositiveRange()">testNextIntPositiveRange</A>, <A
  HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextInversionDeviate()">testNextInversionDeviate</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextLongExtremeValues()">testNextLongExtremeValues</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextLongIAE()">testNextLongIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextLongNegativeRange()">testNextLongNegativeRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextLongNegativeToPositiveRange()">testNextLongNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextLongPositiveRange()">testNextLongPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextPascal()">testNextPascal</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomD
 ataTest.html#testNextPermutation()">testNextPermutation</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextPoisson()">testNextPoisson</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextPoissonConsistency()">testNextPoissonConsistency</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextSample()">testNextSample</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextT()">testNextT</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextUniformExclusiveEndpoints()">testNextUniformExclusiveEndpoints</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextUniformExtremeValues()">testNextUniformExtremeValues</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextUniformIAE()">testNextUniformIAE</A>, <A HREF="../../../../../org/apache/commo
 ns/math3/random/RandomDataTest.html#testNextUniformUniformMaximalInterval()">testNextUniformUniformMaximalInterval</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextUniformUniformNegaiveBounds()">testNextUniformUniformNegaiveBounds</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextUniformUniformNegativeToPositiveBounds()">testNextUniformUniformNegativeToPositiveBounds</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextUniformUniformPositiveBounds()">testNextUniformUniformPositiveBounds</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextWeibull()">testNextWeibull</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testNextZipf()">testNextZipf</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html#testReseed()">testReseed</A></CODE></TD>
+<TD><CODE><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#checkNextPoissonConsistency(double)">checkNextPoissonConsistency</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testConfig()">testConfig</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextBeta()">testNextBeta</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextBinomial()">testNextBinomial</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextCauchy()">testNextCauchy</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextChiSquare()">testNextChiSquare</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextExponential()">testNextExponential</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTes
 t.html#testNextF()">testNextF</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextGamma()">testNextGamma</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextGaussian()">testNextGaussian</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextHex()">testNextHex</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextHypergeometric()">testNextHypergeometric</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntExtremeValues()">testNextIntExtremeValues</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntIAE()">testNextIntIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntNegativeRange()">testNextIntNegativeRange</A>, <A HREF="../../../../../org/apache/common
 s/math3/random/RandomDataGeneratorTest.html#testNextIntNegativeToPositiveRange()">testNextIntNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntPositiveRange()">testNextIntPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntWideRange()">testNextIntWideRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextInversionDeviate()">testNextInversionDeviate</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongExtremeValues()">testNextLongExtremeValues</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongIAE()">testNextLongIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongNegativeRange()">testNextLongNegativeRange</A>, <A HREF="../../../../../org/apa
 che/commons/math3/random/RandomDataGeneratorTest.html#testNextLongNegativeToPositiveRange()">testNextLongNegativeToPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongPositiveRange()">testNextLongPositiveRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongWideRange()">testNextLongWideRange</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPascal()">testNextPascal</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPermutation()">testNextPermutation</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPoisson()">testNextPoisson</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPoissonConsistency()">testNextPoissonConsistency</A>, <A HREF="../../../../../org/apache/commons/ma
 th3/random/RandomDataGeneratorTest.html#testNextSample()">testNextSample</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextT()">testNextT</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformExclusiveEndpoints()">testNextUniformExclusiveEndpoints</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformExtremeValues()">testNextUniformExtremeValues</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformIAE()">testNextUniformIAE</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformMaximalInterval()">testNextUniformUniformMaximalInterval</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformNegaiveBounds()">testNextUniformUniformNegaiveBounds</A>, <A HREF="../../../../
 ../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformNegativeToPositiveBounds()">testNextUniformUniformNegativeToPositiveBounds</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformPositiveBounds()">testNextUniformUniformPositiveBounds</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextWeibull()">testNextWeibull</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextZipf()">testNextZipf</A>, <A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testReseed()">testReseed</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html Sun Apr  7 00:21:30 2013
@@ -2,13 +2,11 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Wed Jan 09 21:22:57 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-RandomAdaptorTest.ConstantGenerator (Commons Math 3.1.1 Test API)
+RandomAdaptorTest.ConstantGenerator (Commons Math 3.2 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2013-01-09">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +14,7 @@ RandomAdaptorTest.ConstantGenerator (Com
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RandomAdaptorTest.ConstantGenerator (Commons Math 3.1.1 Test API)";
+        parent.document.title="RandomAdaptorTest.ConstantGenerator (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>
@@ -57,7 +55,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomAdaptorTest.html" title="class in org.apache.commons.math3.random"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html" title="class in org.apache.commons.math3.random"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html" title="class in org.apache.commons.math3.random"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RandomAdaptorTest.ConstantGenerator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -462,7 +460,7 @@ public void <A HREF="../../../../../src-
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomAdaptorTest.html" title="class in org.apache.commons.math3.random"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomDataTest.html" title="class in org.apache.commons.math3.random"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html" title="class in org.apache.commons.math3.random"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html?org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RandomAdaptorTest.ConstantGenerator.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomAdaptorTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomAdaptorTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomAdaptorTest.html Sun Apr  7 00:21:30 2013
@@ -2,13 +2,11 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_24) on Wed Jan 09 21:22:57 CET 2013 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-RandomAdaptorTest (Commons Math 3.1.1 Test API)
+RandomAdaptorTest (Commons Math 3.2 Test API)
 </TITLE>
 
-<META NAME="date" CONTENT="2013-01-09">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +14,7 @@ RandomAdaptorTest (Commons Math 3.1.1 Te
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RandomAdaptorTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="RandomAdaptorTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomDataGeneratorTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomDataGeneratorTest.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomDataGeneratorTest.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,1334 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+RandomDataGeneratorTest (Commons Math 3.2 Test API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="RandomDataGeneratorTest (Commons Math 3.2 Test API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/RandomDataGeneratorTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html" title="class in org.apache.commons.math3.random"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html" title="class in org.apache.commons.math3.random"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/random/RandomDataGeneratorTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="RandomDataGeneratorTest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.apache.commons.math3.random</FONT>
+<BR>
+Class RandomDataGeneratorTest</H2>
+<PRE>
+<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.math3.random.RandomDataGeneratorTest</B>
+</PRE>
+<DL>
+<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html" title="class in org.apache.commons.math3.random">RandomGeneratorAbstractTest</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public class <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.60"><B>RandomDataGeneratorTest</B></A><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
+</PRE>
+
+<P>
+Test cases for the RandomDataGenerator class.
+<P>
+
+<P>
+<DL>
+<DT><B>Version:</B></DT>
+  <DD>$Id$</DD>
+</DL>
+<HR>
+
+<P>
+<!-- =========== FIELD SUMMARY =========== -->
+
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;double[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#expected">expected</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#largeSampleSize">largeSampleSize</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="../../../../../../apidocs/org/apache/commons/math3/random/RandomDataGenerator.html?is-external=true" title="class or interface in org.apache.commons.math3.random">RandomDataGenerator</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#randomData">randomData</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;long</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#smallSampleSize">smallSampleSize</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>protected &nbsp;<A HREF="../../../../../../apidocs/org/apache/commons/math3/stat/inference/ChiSquareTest.html?is-external=true" title="class or interface in org.apache.commons.math3.stat.inference">ChiSquareTest</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testStatistic">testStatistic</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#RandomDataGeneratorTest()">RandomDataGeneratorTest</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#checkNextPoissonConsistency(double)">checkNextPoissonConsistency</A></B>(double&nbsp;mean)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Verifies that nextPoisson(mean) generates an empirical distribution of values
+ consistent with PoissonDistributionImpl by generating 1000 values, computing a
+ grouped frequency distribution of the observed values and comparing this distribution
+ to the corresponding expected distribution computed using PoissonDistributionImpl.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testConfig()">testConfig</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;test reseeding, algorithm/provider games</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextBeta()">testNextBeta</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextBinomial()">testNextBinomial</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextCauchy()">testNextCauchy</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextChiSquare()">testNextChiSquare</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextExponential()">testNextExponential</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;test failure modes and distribution of nextExponential()</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextF()">testNextF</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextGamma()">testNextGamma</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextGaussian()">testNextGaussian</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;test failure modes and distribution of nextGaussian()</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextHex()">testNextHex</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;test dispersion and failure modes for nextHex()</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextHypergeometric()">testNextHypergeometric</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntExtremeValues()">testNextIntExtremeValues</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntIAE()">testNextIntIAE</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntNegativeRange()">testNextIntNegativeRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntNegativeToPositiveRange()">testNextIntNegativeToPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntPositiveRange()">testNextIntPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextIntWideRange()">testNextIntWideRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextInversionDeviate()">testNextInversionDeviate</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongExtremeValues()">testNextLongExtremeValues</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongIAE()">testNextLongIAE</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongNegativeRange()">testNextLongNegativeRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongNegativeToPositiveRange()">testNextLongNegativeToPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongPositiveRange()">testNextLongPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextLongWideRange()">testNextLongWideRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPascal()">testNextPascal</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPermutation()">testNextPermutation</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tests for nextPermutation</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPoisson()">testNextPoisson</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Make sure that empirical distribution of random Poisson(4)'s has P(X <=
+ 5) close to actual cumulative Poisson probability and that nextPoisson
+ fails when mean is non-positive.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextPoissonConsistency()">testNextPoissonConsistency</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSample()">testNextSample</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tests for nextSample() sampling from Collection</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureHex()">testNextSecureHex</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;test dispersion and failure modes for nextHex()</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureIntIAE()">testNextSecureIntIAE</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureIntNegativeRange()">testNextSecureIntNegativeRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureIntNegativeToPositiveRange()">testNextSecureIntNegativeToPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureIntPositiveRange()">testNextSecureIntPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureLongIAE()">testNextSecureLongIAE</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureLongNegativeRange()">testNextSecureLongNegativeRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureLongNegativeToPositiveRange()">testNextSecureLongNegativeToPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextSecureLongPositiveRange()">testNextSecureLongPositiveRange</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextT()">testNextT</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformExclusiveEndpoints()">testNextUniformExclusiveEndpoints</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;test exclusive endpoints of nextUniform</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformExtremeValues()">testNextUniformExtremeValues</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformIAE()">testNextUniformIAE</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformMaximalInterval()">testNextUniformUniformMaximalInterval</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformNegaiveBounds()">testNextUniformUniformNegaiveBounds</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformNegativeToPositiveBounds()">testNextUniformUniformNegativeToPositiveBounds</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextUniformUniformPositiveBounds()">testNextUniformUniformPositiveBounds</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextWeibull()">testNextWeibull</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testNextZipf()">testNextZipf</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/RandomDataGeneratorTest.html#testReseed()">testReseed</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://downloa
 d.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="smallSampleSize"><!-- --></A><H3>
+smallSampleSize</H3>
+<PRE>
+protected final long <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.67"><B>smallSampleSize</B></A></PRE>
+<DL>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.commons.math3.random.RandomDataGeneratorTest.smallSampleSize">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="expected"><!-- --></A><H3>
+expected</H3>
+<PRE>
+protected final double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.68"><B>expected</B></A></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="largeSampleSize"><!-- --></A><H3>
+largeSampleSize</H3>
+<PRE>
+protected final int <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.69"><B>largeSampleSize</B></A></PRE>
+<DL>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.commons.math3.random.RandomDataGeneratorTest.largeSampleSize">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="randomData"><!-- --></A><H3>
+randomData</H3>
+<PRE>
+protected <A HREF="../../../../../../apidocs/org/apache/commons/math3/random/RandomDataGenerator.html?is-external=true" title="class or interface in org.apache.commons.math3.random">RandomDataGenerator</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.72"><B>randomData</B></A></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="testStatistic"><!-- --></A><H3>
+testStatistic</H3>
+<PRE>
+protected final <A HREF="../../../../../../apidocs/org/apache/commons/math3/stat/inference/ChiSquareTest.html?is-external=true" title="class or interface in org.apache.commons.math3.stat.inference">ChiSquareTest</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.73"><B>testStatistic</B></A></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="RandomDataGeneratorTest()"><!-- --></A><H3>
+RandomDataGeneratorTest</H3>
+<PRE>
+public <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.62"><B>RandomDataGeneratorTest</B></A>()</PRE>
+<DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="testNextIntExtremeValues()"><!-- --></A><H3>
+testNextIntExtremeValues</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.76"><B>testNextIntExtremeValues</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextLongExtremeValues()"><!-- --></A><H3>
+testNextLongExtremeValues</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.83"><B>testNextLongExtremeValues</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformExtremeValues()"><!-- --></A><H3>
+testNextUniformExtremeValues</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.90"><B>testNextUniformExtremeValues</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextIntIAE()"><!-- --></A><H3>
+testNextIntIAE</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.101"><B>testNextIntIAE</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextIntNegativeToPositiveRange()"><!-- --></A><H3>
+testNextIntNegativeToPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.111"><B>testNextIntNegativeToPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextIntNegativeRange()"><!-- --></A><H3>
+testNextIntNegativeRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.119"><B>testNextIntNegativeRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextIntPositiveRange()"><!-- --></A><H3>
+testNextIntPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.128"><B>testNextIntPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextIntWideRange()"><!-- --></A><H3>
+testNextIntWideRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.158"><B>testNextIntWideRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextLongIAE()"><!-- --></A><H3>
+testNextLongIAE</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.176"><B>testNextLongIAE</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextLongNegativeToPositiveRange()"><!-- --></A><H3>
+testNextLongNegativeToPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.186"><B>testNextLongNegativeToPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextLongNegativeRange()"><!-- --></A><H3>
+testNextLongNegativeRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.194"><B>testNextLongNegativeRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextLongPositiveRange()"><!-- --></A><H3>
+testNextLongPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.203"><B>testNextLongPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextLongWideRange()"><!-- --></A><H3>
+testNextLongWideRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.233"><B>testNextLongWideRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureLongIAE()"><!-- --></A><H3>
+testNextSecureLongIAE</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.251"><B>testNextSecureLongIAE</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureLongNegativeToPositiveRange()"><!-- --></A><H3>
+testNextSecureLongNegativeToPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.262"><B>testNextSecureLongNegativeToPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureLongNegativeRange()"><!-- --></A><H3>
+testNextSecureLongNegativeRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.271"><B>testNextSecureLongNegativeRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureLongPositiveRange()"><!-- --></A><H3>
+testNextSecureLongPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.280"><B>testNextSecureLongPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureIntIAE()"><!-- --></A><H3>
+testNextSecureIntIAE</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.308"><B>testNextSecureIntIAE</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureIntNegativeToPositiveRange()"><!-- --></A><H3>
+testNextSecureIntNegativeToPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.319"><B>testNextSecureIntNegativeToPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureIntNegativeRange()"><!-- --></A><H3>
+testNextSecureIntNegativeRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.328"><B>testNextSecureIntNegativeRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureIntPositiveRange()"><!-- --></A><H3>
+testNextSecureIntPositiveRange</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.337"><B>testNextSecureIntPositiveRange</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextPoisson()"><!-- --></A><H3>
+testNextPoisson</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.372"><B>testNextPoisson</B></A>()</PRE>
+<DL>
+<DD>Make sure that empirical distribution of random Poisson(4)'s has P(X <=
+ 5) close to actual cumulative Poisson probability and that nextPoisson
+ fails when mean is non-positive.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextPoissonConsistency()"><!-- --></A><H3>
+testNextPoissonConsistency</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.413"><B>testNextPoissonConsistency</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="checkNextPoissonConsistency(double)"><!-- --></A><H3>
+checkNextPoissonConsistency</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.439"><B>checkNextPoissonConsistency</B></A>(double&nbsp;mean)</PRE>
+<DL>
+<DD>Verifies that nextPoisson(mean) generates an empirical distribution of values
+ consistent with PoissonDistributionImpl by generating 1000 values, computing a
+ grouped frequency distribution of the observed values and comparing this distribution
+ to the corresponding expected distribution computed using PoissonDistributionImpl.
+ Uses ChiSquare test of goodness of fit to evaluate the null hypothesis that the
+ distributions are the same. If the null hypothesis can be rejected with confidence
+ 1 - alpha, the check fails.
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextHex()"><!-- --></A><H3>
+testNextHex</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.561"><B>testNextHex</B></A>()</PRE>
+<DL>
+<DD>test dispersion and failure modes for nextHex()
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSecureHex()"><!-- --></A><H3>
+testNextSecureHex</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.610"><B>testNextSecureHex</B></A>()</PRE>
+<DL>
+<DD>test dispersion and failure modes for nextHex()
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformIAE()"><!-- --></A><H3>
+testNextUniformIAE</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.657"><B>testNextUniformIAE</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformUniformPositiveBounds()"><!-- --></A><H3>
+testNextUniformUniformPositiveBounds</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.691"><B>testNextUniformUniformPositiveBounds</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformUniformNegativeToPositiveBounds()"><!-- --></A><H3>
+testNextUniformUniformNegativeToPositiveBounds</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.698"><B>testNextUniformUniformNegativeToPositiveBounds</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformUniformNegaiveBounds()"><!-- --></A><H3>
+testNextUniformUniformNegaiveBounds</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.705"><B>testNextUniformUniformNegaiveBounds</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformUniformMaximalInterval()"><!-- --></A><H3>
+testNextUniformUniformMaximalInterval</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.712"><B>testNextUniformUniformMaximalInterval</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextUniformExclusiveEndpoints()"><!-- --></A><H3>
+testNextUniformExclusiveEndpoints</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.754"><B>testNextUniformExclusiveEndpoints</B></A>()</PRE>
+<DL>
+<DD>test exclusive endpoints of nextUniform
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextGaussian()"><!-- --></A><H3>
+testNextGaussian</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.763"><B>testNextGaussian</B></A>()</PRE>
+<DL>
+<DD>test failure modes and distribution of nextGaussian()
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextExponential()"><!-- --></A><H3>
+testNextExponential</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.782"><B>testNextExponential</B></A>()</PRE>
+<DL>
+<DD>test failure modes and distribution of nextExponential()
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testConfig()"><!-- --></A><H3>
+testConfig</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.821"><B>testConfig</B></A>()</PRE>
+<DL>
+<DD>test reseeding, algorithm/provider games
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextSample()"><!-- --></A><H3>
+testNextSample</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.871"><B>testNextSample</B></A>()</PRE>
+<DL>
+<DD>tests for nextSample() sampling from Collection
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextPermutation()"><!-- --></A><H3>
+testNextPermutation</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.948"><B>testNextPermutation</B></A>()</PRE>
+<DL>
+<DD>tests for nextPermutation
+<P>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextInversionDeviate()"><!-- --></A><H3>
+testNextInversionDeviate</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1017"><B>testNextInversionDeviate</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextBeta()"><!-- --></A><H3>
+testNextBeta</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1041"><B>testNextBeta</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextCauchy()"><!-- --></A><H3>
+testNextCauchy</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1053"><B>testNextCauchy</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextChiSquare()"><!-- --></A><H3>
+testNextChiSquare</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1065"><B>testNextChiSquare</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextF()"><!-- --></A><H3>
+testNextF</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1077"><B>testNextF</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextGamma()"><!-- --></A><H3>
+testNextGamma</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1089"><B>testNextGamma</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextT()"><!-- --></A><H3>
+testNextT</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1115"><B>testNextT</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextWeibull()"><!-- --></A><H3>
+testNextWeibull</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1127"><B>testNextWeibull</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextBinomial()"><!-- --></A><H3>
+testNextBinomial</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1139"><B>testNextBinomial</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextHypergeometric()"><!-- --></A><H3>
+testNextHypergeometric</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1165"><B>testNextHypergeometric</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextPascal()"><!-- --></A><H3>
+testNextPascal</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1191"><B>testNextPascal</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testNextZipf()"><!-- --></A><H3>
+testNextZipf</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1216"><B>testNextZipf</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testReseed()"><!-- --></A><H3>
+testReseed</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/RandomDataGeneratorTest.html#line.1244"><B>testReseed</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/RandomDataGeneratorTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomAdaptorTest.ConstantGenerator.html" title="class in org.apache.commons.math3.random"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/RandomGeneratorAbstractTest.html" title="class in org.apache.commons.math3.random"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/random/RandomDataGeneratorTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="RandomDataGeneratorTest.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2003-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>

Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomDataGeneratorTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/RandomDataGeneratorTest.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision