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 [33/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/BitsStreamGeneratorTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/BitsStreamGeneratorTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/BitsStreamGeneratorTest.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>
-BitsStreamGeneratorTest (Commons Math 3.1.1 Test API)
+BitsStreamGeneratorTest (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 @@ BitsStreamGeneratorTest (Commons Math 3.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BitsStreamGeneratorTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="BitsStreamGeneratorTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>
@@ -94,7 +92,7 @@ org.apache.commons.math3.random</FONT>
 Class BitsStreamGeneratorTest</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.BitsStreamGeneratorTest</B>
 </PRE>
@@ -110,7 +108,7 @@ Test cases for the BitStreamGenerator cl
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: BitsStreamGeneratorTest.java 1244107 2012-02-14 16:17:55Z erans $</DD>
+  <DD>$Id: BitsStreamGeneratorTest.java 1454847 2013-03-10 13:07:08Z luc $</DD>
 </DL>
 <HR>
 
@@ -133,13 +131,13 @@ Test cases for the BitStreamGenerator cl
 <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 @@ Test cases for the BitStreamGenerator cl
 <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/CorrelatedRandomVectorGeneratorTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/CorrelatedRandomVectorGeneratorTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/CorrelatedRandomVectorGeneratorTest.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>
-CorrelatedRandomVectorGeneratorTest (Commons Math 3.1.1 Test API)
+CorrelatedRandomVectorGeneratorTest (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 @@ CorrelatedRandomVectorGeneratorTest (Com
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CorrelatedRandomVectorGeneratorTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="CorrelatedRandomVectorGeneratorTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/EmpiricalDistributionTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/EmpiricalDistributionTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/EmpiricalDistributionTest.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>
-EmpiricalDistributionTest (Commons Math 3.1.1 Test API)
+EmpiricalDistributionTest (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 @@ EmpiricalDistributionTest (Commons Math 
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EmpiricalDistributionTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="EmpiricalDistributionTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>
@@ -99,7 +97,7 @@ Class EmpiricalDistributionTest</H2>
 </PRE>
 <HR>
 <DL>
-<DT><PRE>public final class <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.45"><B>EmpiricalDistributionTest</B></A><DT>extends <A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html" title="class in org.apache.commons.math3.distribution">RealDistributionAbstractTest</A></DL>
+<DT><PRE>public final class <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.49"><B>EmpiricalDistributionTest</B></A><DT>extends <A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html" title="class in org.apache.commons.math3.distribution">RealDistributionAbstractTest</A></DL>
 </PRE>
 
 <P>
@@ -109,7 +107,7 @@ Test cases for the EmpiricalDistribution
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: EmpiricalDistributionTest.java 1421910 2012-12-14 14:57:56Z erans $</DD>
+  <DD>$Id: EmpiricalDistributionTest.java 1461172 2013-03-26 15:11:18Z luc $</DD>
 </DL>
 <HR>
 
@@ -259,9 +257,7 @@ Test cases for the EmpiricalDistribution
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Test EmpiricalDistrbution.load(double[]) using data taken from
- sample data file.<br>
- Check that the sampleCount, mu and sigma match data in
- the sample data file.</TD>
+ sample data file.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -298,12 +294,26 @@ Test cases for the EmpiricalDistribution
 <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/EmpiricalDistributionTest.html#testKernelOverrideConstant()">testKernelOverrideConstant</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/EmpiricalDistributionTest.html#testKernelOverrideUniform()">testKernelOverrideUniform</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/EmpiricalDistributionTest.html#testLoad()">testLoad</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Test EmpiricalDistrbution.load() using sample data file.<br>
- Check that the sampleCount, mu and sigma match data in
- the sample data file.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Test EmpiricalDistrbution.load() using sample data file.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -344,9 +354,7 @@ Test cases for the EmpiricalDistribution
 <TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/random/EmpiricalDistributionTest.html#testNext()">testNext</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generate 1000 random values and make sure they look OK.<br>
- Note that there is a non-zero (but very small) probability that
- these tests will fail even if the code is working as designed.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generate 1000 random values and make sure they look OK.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -399,7 +407,7 @@ Test cases for the EmpiricalDistribution
 <A NAME="empiricalDistribution"><!-- --></A><H3>
 empiricalDistribution</H3>
 <PRE>
-protected <A HREF="../../../../../../apidocs/org/apache/commons/math3/random/EmpiricalDistribution.html?is-external=true" title="class or interface in org.apache.commons.math3.random">EmpiricalDistribution</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.47"><B>empiricalDistribution</B></A></PRE>
+protected <A HREF="../../../../../../apidocs/org/apache/commons/math3/random/EmpiricalDistribution.html?is-external=true" title="class or interface in org.apache.commons.math3.random">EmpiricalDistribution</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.51"><B>empiricalDistribution</B></A></PRE>
 <DL>
 <DL>
 </DL>
@@ -409,7 +417,7 @@ protected <A HREF="../../../../../../api
 <A NAME="empiricalDistribution2"><!-- --></A><H3>
 empiricalDistribution2</H3>
 <PRE>
-protected <A HREF="../../../../../../apidocs/org/apache/commons/math3/random/EmpiricalDistribution.html?is-external=true" title="class or interface in org.apache.commons.math3.random">EmpiricalDistribution</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.48"><B>empiricalDistribution2</B></A></PRE>
+protected <A HREF="../../../../../../apidocs/org/apache/commons/math3/random/EmpiricalDistribution.html?is-external=true" title="class or interface in org.apache.commons.math3.random">EmpiricalDistribution</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.52"><B>empiricalDistribution2</B></A></PRE>
 <DL>
 <DL>
 </DL>
@@ -419,7 +427,7 @@ protected <A HREF="../../../../../../api
 <A NAME="file"><!-- --></A><H3>
 file</H3>
 <PRE>
-protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.49"><B>file</B></A></PRE>
+protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.53"><B>file</B></A></PRE>
 <DL>
 <DL>
 </DL>
@@ -429,7 +437,7 @@ protected <A HREF="http://download.oracl
 <A NAME="url"><!-- --></A><H3>
 url</H3>
 <PRE>
-protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.50"><B>url</B></A></PRE>
+protected <A HREF="http://download.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.54"><B>url</B></A></PRE>
 <DL>
 <DL>
 </DL>
@@ -439,7 +447,7 @@ protected <A HREF="http://download.oracl
 <A NAME="dataArray"><!-- --></A><H3>
 dataArray</H3>
 <PRE>
-protected double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.51"><B>dataArray</B></A></PRE>
+protected double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.55"><B>dataArray</B></A></PRE>
 <DL>
 <DL>
 </DL>
@@ -449,7 +457,7 @@ protected double[] <A HREF="../../../../
 <A NAME="n"><!-- --></A><H3>
 n</H3>
 <PRE>
-protected final int <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.52"><B>n</B></A></PRE>
+protected final int <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.56"><B>n</B></A></PRE>
 <DL>
 <DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.commons.math3.random.EmpiricalDistributionTest.n">Constant Field Values</A></DL>
@@ -468,7 +476,7 @@ protected final int <A HREF="../../../..
 <A NAME="EmpiricalDistributionTest()"><!-- --></A><H3>
 EmpiricalDistributionTest</H3>
 <PRE>
-public <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.45"><B>EmpiricalDistributionTest</B></A>()</PRE>
+public <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.49"><B>EmpiricalDistributionTest</B></A>()</PRE>
 <DL>
 </DL>
 
@@ -485,7 +493,7 @@ public <A HREF="../../../../../src-html/
 <A NAME="setUp()"><!-- --></A><H3>
 setUp</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.55"><B>setUp</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.59"><B>setUp</B></A>()</PRE>
 <DL>
 <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html#setUp()">RealDistributionAbstractTest</A></CODE></B></DD>
 <DD>Setup sets all test instance data to default values
@@ -502,7 +510,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testLoad()"><!-- --></A><H3>
 testLoad</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.91"><B>testLoad</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.95"><B>testLoad</B></A>()
               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD>Test EmpiricalDistrbution.load() using sample data file.<br>
@@ -520,7 +528,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testDoubleLoad()"><!-- --></A><H3>
 testDoubleLoad</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.120"><B>testDoubleLoad</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.124"><B>testDoubleLoad</B></A>()
                     throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD>Test EmpiricalDistrbution.load(double[]) using data taken from
@@ -539,7 +547,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testNext()"><!-- --></A><H3>
 testNext</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.143"><B>testNext</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.147"><B>testNext</B></A>()
               throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD>Generate 1000 random values and make sure they look OK.<br>
@@ -557,7 +565,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testNexFail()"><!-- --></A><H3>
 testNexFail</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.153"><B>testNexFail</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.157"><B>testNexFail</B></A>()</PRE>
 <DL>
 <DD>Make sure exception thrown if digest getNext is attempted
  before loading empiricalDistribution.
@@ -571,7 +579,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testGridTooFine()"><!-- --></A><H3>
 testGridTooFine</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.167"><B>testGridTooFine</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.171"><B>testGridTooFine</B></A>()
                      throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD>Make sure we can handle a grid size that is too fine
@@ -587,7 +595,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testGridTooFat()"><!-- --></A><H3>
 testGridTooFat</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.178"><B>testGridTooFat</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.182"><B>testGridTooFat</B></A>()
                     throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD>How about too fat?
@@ -603,7 +611,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testBinIndexOverflow()"><!-- --></A><H3>
 testBinIndexOverflow</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.190"><B>testBinIndexOverflow</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.194"><B>testBinIndexOverflow</B></A>()
                           throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD>Test bin index overflow problem (BZ 36450)
@@ -619,7 +627,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testSerialization()"><!-- --></A><H3>
 testSerialization</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.196"><B>testSerialization</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.200"><B>testSerialization</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -630,7 +638,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testLoadNullDoubleArray()"><!-- --></A><H3>
 testLoadNullDoubleArray</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.209"><B>testLoadNullDoubleArray</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.213"><B>testLoadNullDoubleArray</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -641,7 +649,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testLoadNullURL()"><!-- --></A><H3>
 testLoadNullURL</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.214"><B>testLoadNullURL</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.218"><B>testLoadNullURL</B></A>()
                      throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -655,7 +663,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testLoadNullFile()"><!-- --></A><H3>
 testLoadNullFile</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.219"><B>testLoadNullFile</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.223"><B>testLoadNullFile</B></A>()
                       throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -669,7 +677,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testGetBinUpperBounds()"><!-- --></A><H3>
 testGetBinUpperBounds</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.227"><B>testGetBinUpperBounds</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.231"><B>testGetBinUpperBounds</B></A>()</PRE>
 <DL>
 <DD>MATH-298
 <P>
@@ -682,7 +690,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testGeneratorConfig()"><!-- --></A><H3>
 testGeneratorConfig</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.239"><B>testGeneratorConfig</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.243"><B>testGeneratorConfig</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -693,7 +701,7 @@ public void <A HREF="../../../../../src-
 <A NAME="testReSeed()"><!-- --></A><H3>
 testReSeed</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.256"><B>testReSeed</B></A>()
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.260"><B>testReSeed</B></A>()
                 throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
 <DL>
 <DD><DL>
@@ -707,7 +715,7 @@ public void <A HREF="../../../../../src-
 <A NAME="makeDistribution()"><!-- --></A><H3>
 makeDistribution</H3>
 <PRE>
-public <A HREF="../../../../../../apidocs/org/apache/commons/math3/distribution/RealDistribution.html?is-external=true" title="class or interface in org.apache.commons.math3.distribution">RealDistribution</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.306"><B>makeDistribution</B></A>()</PRE>
+public <A HREF="../../../../../../apidocs/org/apache/commons/math3/distribution/RealDistribution.html?is-external=true" title="class or interface in org.apache.commons.math3.distribution">RealDistribution</A> <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.310"><B>makeDistribution</B></A>()</PRE>
 <DL>
 <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html#makeDistribution()">RealDistributionAbstractTest</A></CODE></B></DD>
 <DD>Creates the default continuous distribution instance to use in tests.
@@ -724,7 +732,7 @@ public <A HREF="../../../../../../apidoc
 <A NAME="makeCumulativeTestPoints()"><!-- --></A><H3>
 makeCumulativeTestPoints</H3>
 <PRE>
-public double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.324"><B>makeCumulativeTestPoints</B></A>()</PRE>
+public double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.328"><B>makeCumulativeTestPoints</B></A>()</PRE>
 <DL>
 <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html#makeCumulativeTestPoints()">RealDistributionAbstractTest</A></CODE></B></DD>
 <DD>Creates the default cumulative probability test input values
@@ -741,7 +749,7 @@ public double[] <A HREF="../../../../../
 <A NAME="makeCumulativeTestValues()"><!-- --></A><H3>
 makeCumulativeTestValues</H3>
 <PRE>
-public double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.331"><B>makeCumulativeTestValues</B></A>()</PRE>
+public double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.335"><B>makeCumulativeTestValues</B></A>()</PRE>
 <DL>
 <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html#makeCumulativeTestValues()">RealDistributionAbstractTest</A></CODE></B></DD>
 <DD>Creates the default cumulative probability test expected values
@@ -758,7 +766,7 @@ public double[] <A HREF="../../../../../
 <A NAME="makeDensityTestValues()"><!-- --></A><H3>
 makeDensityTestValues</H3>
 <PRE>
-public double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.358"><B>makeDensityTestValues</B></A>()</PRE>
+public double[] <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.362"><B>makeDensityTestValues</B></A>()</PRE>
 <DL>
 <DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/commons/math3/distribution/RealDistributionAbstractTest.html#makeDensityTestValues()">RealDistributionAbstractTest</A></CODE></B></DD>
 <DD>Creates the default density test expected values
@@ -775,7 +783,7 @@ public double[] <A HREF="../../../../../
 <A NAME="testDensityIntegrals()"><!-- --></A><H3>
 testDensityIntegrals</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.384"><B>testDensityIntegrals</B></A>()</PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.388"><B>testDensityIntegrals</B></A>()</PRE>
 <DL>
 <DD>Modify test integration bounds from the default. Because the distribution
  has discontinuities at bin boundaries, integrals spanning multiple bins
@@ -789,6 +797,28 @@ public void <A HREF="../../../../../src-
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="testKernelOverrideConstant()"><!-- --></A><H3>
+testKernelOverrideConstant</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.437"><B>testKernelOverrideConstant</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testKernelOverrideUniform()"><!-- --></A><H3>
+testKernelOverrideUniform</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/random/EmpiricalDistributionTest.html#line.463"><B>testKernelOverrideUniform</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/GaussianRandomGeneratorTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/GaussianRandomGeneratorTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/GaussianRandomGeneratorTest.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>
-GaussianRandomGeneratorTest (Commons Math 3.1.1 Test API)
+GaussianRandomGeneratorTest (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 @@ GaussianRandomGeneratorTest (Commons Mat
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="GaussianRandomGeneratorTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="GaussianRandomGeneratorTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/ISAACTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/ISAACTest.html (original)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/random/ISAACTest.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>
-ISAACTest (Commons Math 3.1.1 Test API)
+ISAACTest (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 @@ ISAACTest (Commons Math 3.1.1 Test API)
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ISAACTest (Commons Math 3.1.1 Test API)";
+        parent.document.title="ISAACTest (Commons Math 3.2 Test API)";
     }
 }
 </SCRIPT>
@@ -94,7 +92,7 @@ org.apache.commons.math3.random</FONT>
 Class ISAACTest</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.ISAACTest</B>
 </PRE>
@@ -125,13 +123,13 @@ Class ISAACTest</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 ISAACTest</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>