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 [32/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...

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/PrimesTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/PrimesTest.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/PrimesTest.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,367 @@
+<!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>
+PrimesTest (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="PrimesTest (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/PrimesTest.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;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/PrimesTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="PrimesTest.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.primes</FONT>
+<BR>
+Class PrimesTest</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.primes.PrimesTest</B>
+</PRE>
+<HR>
+<DL>
+<DT><PRE>public class <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.28"><B>PrimesTest</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>
+<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>static&nbsp;int[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/primes/PrimesTest.html#BELOW_2">BELOW_2</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>static&nbsp;int[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/primes/PrimesTest.html#NOT_PRIMES">NOT_PRIMES</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>static&nbsp;int[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/commons/math3/primes/PrimesTest.html#PRIMES">PRIMES</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/primes/PrimesTest.html#PrimesTest()">PrimesTest</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/primes/PrimesTest.html#testIsPrime()">testIsPrime</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/primes/PrimesTest.html#testNextPrime()">testNextPrime</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/primes/PrimesTest.html#testPrimeFactors()">testPrimeFactors</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="PRIMES"><!-- --></A><H3>
+PRIMES</H3>
+<PRE>
+public static final int[] <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.30"><B>PRIMES</B></A></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="NOT_PRIMES"><!-- --></A><H3>
+NOT_PRIMES</H3>
+<PRE>
+public static final int[] <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.47"><B>NOT_PRIMES</B></A></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="BELOW_2"><!-- --></A><H3>
+BELOW_2</H3>
+<PRE>
+public static final int[] <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.58"><B>BELOW_2</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="PrimesTest()"><!-- --></A><H3>
+PrimesTest</H3>
+<PRE>
+public <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.28"><B>PrimesTest</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="testNextPrime()"><!-- --></A><H3>
+testNextPrime</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.85"><B>testNextPrime</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testIsPrime()"><!-- --></A><H3>
+testIsPrime</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.115"><B>testIsPrime</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>
+
+<DT><B>Throws:</B>
+<DD><CODE><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></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="testPrimeFactors()"><!-- --></A><H3>
+testPrimeFactors</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/commons/math3/primes/PrimesTest.html#line.156"><B>testPrimeFactors</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>
+
+<DT><B>Throws:</B>
+<DD><CODE><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></CODE></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/PrimesTest.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;PREV CLASS&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/PrimesTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="PrimesTest.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/primes/PrimesTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/class-use/PrimesTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/class-use/PrimesTest.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/class-use/PrimesTest.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,143 @@
+<!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>
+Uses of Class org.apache.commons.math3.primes.PrimesTest (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="Uses of Class org.apache.commons.math3.primes.PrimesTest (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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/apache/commons/math3/primes/PrimesTest.html" title="class in org.apache.commons.math3.primes"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/commons/math3/primes//class-usePrimesTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="PrimesTest.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>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.commons.math3.primes.PrimesTest</B></H2>
+</CENTER>
+No usage of org.apache.commons.math3.primes.PrimesTest
+<P>
+<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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/apache/commons/math3/primes/PrimesTest.html" title="class in org.apache.commons.math3.primes"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/commons/math3/primes//class-usePrimesTest.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="PrimesTest.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>
+</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/primes/class-use/PrimesTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/class-use/PrimesTest.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-frame.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-frame.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,31 @@
+<!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>
+org.apache.commons.math3.primes (Commons Math 3.2 Test API)
+</TITLE>
+
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
+
+
+</HEAD>
+
+<BODY BGCOLOR="white">
+<FONT size="+1" CLASS="FrameTitleFont">
+<A HREF="../../../../../org/apache/commons/math3/primes/package-summary.html" target="classFrame">org.apache.commons.math3.primes</A></FONT>
+<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
+<TR>
+<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
+Classes</FONT>&nbsp;
+<FONT CLASS="FrameItemFont">
+<BR>
+<A HREF="PrimesTest.html" title="class in org.apache.commons.math3.primes" target="classFrame">PrimesTest</A></FONT></TD>
+</TR>
+</TABLE>
+
+
+</BODY>
+</HTML>

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

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

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-summary.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-summary.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,156 @@
+<!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>
+org.apache.commons.math3.primes (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="org.apache.commons.math3.primes (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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.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/optimization/univariate/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.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>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<H2>
+Package org.apache.commons.math3.primes
+</H2>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Class Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/math3/primes/PrimesTest.html" title="class in org.apache.commons.math3.primes">PrimesTest</A></B></TD>
+<TD>&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+
+<P>
+<DL>
+</DL>
+<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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.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/optimization/univariate/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-summary.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>
+</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/primes/package-summary.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-tree.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-tree.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,152 @@
+<!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>
+org.apache.commons.math3.primes Class Hierarchy (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="org.apache.commons.math3.primes Class Hierarchy (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="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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/optimization/univariate/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.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>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+Hierarchy For Package org.apache.commons.math3.primes
+</H2>
+</CENTER>
+<DL>
+<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
+<HR>
+<H2>
+Class Hierarchy
+</H2>
+<UL>
+<LI TYPE="circle">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"><B>Object</B></A><UL>
+<LI TYPE="circle">org.apache.commons.math3.primes.<A HREF="../../../../../org/apache/commons/math3/primes/PrimesTest.html" title="class in org.apache.commons.math3.primes"><B>PrimesTest</B></A></UL>
+</UL>
+<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="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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/optimization/univariate/package-tree.html"><B>PREV</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../org/apache/commons/math3/random/package-tree.html"><B>NEXT</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-tree.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>
+</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/primes/package-tree.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-use.html (added)
+++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/primes/package-use.html Sun Apr  7 00:21:30 2013
@@ -0,0 +1,143 @@
+<!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>
+Uses of Package org.apache.commons.math3.primes (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="Uses of Package org.apache.commons.math3.primes (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="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-use.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>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Package<br>org.apache.commons.math3.primes</B></H2>
+</CENTER>
+No usage of org.apache.commons.math3.primes
+<P>
+<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="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../index.html?org/apache/commons/math3/primes/package-use.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="package-use.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>
+</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/primes/package-use.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

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