Modified: websites/production/commons/content/proper/commons-rng/rat-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/rat-report.html 
(original)
+++ websites/production/commons/content/proper/commons-rng/rat-report.html Thu 
Dec  6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Rat (Release Audit Tool) results</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
@@ -253,12 +253,12 @@
 *****************************************************
 Summary
 -------
-Generated at: 2018-12-04T00:53:59+01:00
+Generated at: 2018-12-06T17:30:47+01:00
 
 Notes: 3
 Binaries: 10
 Archives: 0
-Standards: 33
+Standards: 34
 
 Apache Licensed: 31
 Generated Documents: 0
@@ -266,12 +266,13 @@ Generated Documents: 0
 JavaDocs are generated, thus a license header is optional.
 Generated files do not require license headers.
 
-2 Unknown Licenses
+3 Unknown Licenses
 
 *****************************************************
 
 Files with unapproved licenses:
 
+  src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
   src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
   src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
 
@@ -317,6 +318,7 @@ Files with unapproved licenses:
   B     src/site/resources/images/userguide/dist_density_approx/exp.png
   B     
src/site/resources/images/userguide/dist_density_approx/gauss.ziggurat.png
   B     src/site/resources/images/commons_rng.small.png
+ !????? src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
  !????? src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
  !????? src/site/resources/release-notes/RELEASE-NOTES-1.0.txt
   AL    src/site/site.xml
@@ -334,6 +336,56 @@ Files with unapproved licenses:
  Printing headers for text files without a valid license header...
  
 =====================================================
+== File: src/site/resources/release-notes/RELEASE-NOTES-1.2.txt
+=====================================================
+
+              Apache Commons RNG 1.2 RELEASE NOTES
+
+The Apache Commons RNG team is pleased to announce the release of Apache 
Commons RNG 1.2
+
+The Apache Commons RNG project provides pure-Java implementation of 
pseudo-random generators.
+
+This is a minor release of Apache Commons RNG, containing a few new features 
and performance improvements. Apache Commons RNG 1.2 contains the following 
library modules:
+ commons-rng-client-api (requires Java 6)
+ commons-rng-core (requires Java 6)
+ commons-rng-simple (requires Java 6)
+ commons-rng-sampling (requires Java 6) The code in module 'commons-rng-core' 
should not be accessed directly by applications as a future release might make 
use of the JPMS modularization feature available in Java 9+.
+Additional code is provided in the following module:
+ commons-rng-examples (requires Java 9) It is however not part of the official 
API and no compatibility should be expected in subsequent releases.
+It must be noted that, due to the nature of random number generation, some of 
unit tests are bound to fail with some probability.
+The 'maven-surefire-plugin' is configured to re-run tests that fail, and pass 
the build if they succeed within the allotted number of reruns (the test will 
be marked as 'flaky' in the report).
+
+Changes in this version include:
+
+New features:
+o RNG-62:  New &quot;CombinationSampler&quot; class. Thanks to Alex D. 
Herbert. 
+
+Fixed Bugs:
+o RNG-59:  Use JDK's &quot;SecureRandom&quot; to seed the 
&quot;SeedFactory&quot;. 
+o RNG-56:  &quot;ZigguratNormalizedGaussianSampler&quot;: Missing statements 
in least used branch. 
+o RNG-55:  &quot;UnitSphereSampler&quot;: Prevent returning NaN components and 
forbid
+        negative dimension. Thanks to Alex D. Herbert. 
+
+Changes:
+o RNG-63:  &quot;NumberFactory&quot;: Some methods have become obsolete 
following RNG-57. 
+o RNG-64:  &quot;PermutationSampler&quot; and &quot;CombinationSampler&quot; 
shared code moved to a utility class. Thanks to Alex D. Herbert. 
+o RNG-61:  &quot;PermutationSampler&quot;: Performance improvement. Thanks to 
Alex D. Herbert. 
+o RNG-57:  Cache for using up all the bits provided by the underlying source 
of randomness. Thanks to Alex D. Herbert. 
+o RNG-60:  Use random seeds for unit testing. 
+o RNG-52:  Set conservative upper bound in &quot;LargePoissonSampler&quot; to 
avoid truncation. 
+o RNG-58:  Allow part of RNG state to be contained in base classes, e.g. to 
enable
+        caching in common code (see RNG-57). 
+o RNG-51:  &quot;PoissonSampler&quot;: Performance improvement. Thanks to Alex 
D. Herbert. 
+
+
+For complete information on Apache Commons RNG, including instructions on how 
to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons RNG website:
+
+http://commons.apache.org/proper/commons-rng/
+
+
+
+=====================================================
 == File: src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
 =====================================================
               Apache Commons RNG 1.1 RELEASE NOTES

Modified: 
websites/production/commons/content/proper/commons-rng/release-history.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/release-history.html 
(original)
+++ websites/production/commons/content/proper/commons-rng/release-history.html 
Thu Dec  6 17:14:00 2018
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Home</title>
 
@@ -39,7 +39,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Added: 
websites/production/commons/content/proper/commons-rng/release-notes/RELEASE-NOTES-1.2.txt
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/release-notes/RELEASE-NOTES-1.2.txt
 (added)
+++ 
websites/production/commons/content/proper/commons-rng/release-notes/RELEASE-NOTES-1.2.txt
 Thu Dec  6 17:14:00 2018
@@ -0,0 +1,46 @@
+
+              Apache Commons RNG 1.2 RELEASE NOTES
+
+The Apache Commons RNG team is pleased to announce the release of Apache 
Commons RNG 1.2
+
+The Apache Commons RNG project provides pure-Java implementation of 
pseudo-random generators.
+
+This is a minor release of Apache Commons RNG, containing a few new features 
and performance improvements. Apache Commons RNG 1.2 contains the following 
library modules:
+ commons-rng-client-api (requires Java 6)
+ commons-rng-core (requires Java 6)
+ commons-rng-simple (requires Java 6)
+ commons-rng-sampling (requires Java 6) The code in module 'commons-rng-core' 
should not be accessed directly by applications as a future release might make 
use of the JPMS modularization feature available in Java 9+.
+Additional code is provided in the following module:
+ commons-rng-examples (requires Java 9) It is however not part of the official 
API and no compatibility should be expected in subsequent releases.
+It must be noted that, due to the nature of random number generation, some of 
unit tests are bound to fail with some probability.
+The 'maven-surefire-plugin' is configured to re-run tests that fail, and pass 
the build if they succeed within the allotted number of reruns (the test will 
be marked as 'flaky' in the report).
+
+Changes in this version include:
+
+New features:
+o RNG-62:  New "CombinationSampler" class. Thanks to Alex D. Herbert. 
+
+Fixed Bugs:
+o RNG-59:  Use JDK's "SecureRandom" to seed the "SeedFactory". 
+o RNG-56:  "ZigguratNormalizedGaussianSampler": Missing statements in least 
used branch. 
+o RNG-55:  "UnitSphereSampler": Prevent returning NaN components and forbid
+        negative dimension. Thanks to Alex D. Herbert. 
+
+Changes:
+o RNG-63:  "NumberFactory": Some methods have become obsolete following 
RNG-57. 
+o RNG-64:  "PermutationSampler" and "CombinationSampler" shared code moved to 
a utility class. Thanks to Alex D. Herbert. 
+o RNG-61:  "PermutationSampler": Performance improvement. Thanks to Alex D. 
Herbert. 
+o RNG-57:  Cache for using up all the bits provided by the underlying source 
of randomness. Thanks to Alex D. Herbert. 
+o RNG-60:  Use random seeds for unit testing. 
+o RNG-52:  Set conservative upper bound in "LargePoissonSampler" to avoid 
truncation. 
+o RNG-58:  Allow part of RNG state to be contained in base classes, e.g. to 
enable
+        caching in common code (see RNG-57). 
+o RNG-51:  "PoissonSampler": Performance improvement. Thanks to Alex D. 
Herbert. 
+
+
+For complete information on Apache Commons RNG, including instructions on how 
to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons RNG website:
+
+http://commons.apache.org/proper/commons-rng/
+
+

Propchange: 
websites/production/commons/content/proper/commons-rng/release-notes/RELEASE-NOTES-1.2.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: websites/production/commons/content/proper/commons-rng/scm.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/scm.html (original)
+++ websites/production/commons/content/proper/commons-rng/scm.html Thu Dec  6 
17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Source Code Management</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: websites/production/commons/content/proper/commons-rng/summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/summary.html 
(original)
+++ websites/production/commons/content/proper/commons-rng/summary.html Thu Dec 
 6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Project Summary</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-rng/surefire-report.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/surefire-report.html 
(original)
+++ websites/production/commons/content/proper/commons-rng/surefire-report.html 
Thu Dec  6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Surefire Report</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: websites/production/commons/content/proper/commons-rng/team.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/team.html (original)
+++ websites/production/commons/content/proper/commons-rng/team.html Thu Dec  6 
17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Project Team</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-rng/userguide/dist_density_approx.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/userguide/dist_density_approx.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/userguide/dist_density_approx.html
 Thu Dec  6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Using RNG to approximate the probability density of 
distributions</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-rng/userguide/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/userguide/index.html 
(original)
+++ websites/production/commons/content/proper/commons-rng/userguide/index.html 
Thu Dec  6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; The Commons RNG User Guide - Table of Contents</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-rng/userguide/rng.html
==============================================================================
--- websites/production/commons/content/proper/commons-rng/userguide/rng.html 
(original)
+++ websites/production/commons/content/proper/commons-rng/userguide/rng.html 
Thu Dec  6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; The Apache Commons RNG User Guide</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">
@@ -694,79 +694,79 @@ String word = sampler.sample().get(0);</
 <th align="left"><tt>ZigguratNormalizedGaussianSampler</tt></th></tr>
 <tr class="b">
 <td align="center">ISAAC</td>
-<td align="left">0.51112</td>
-<td align="left">0.45365</td>
-<td align="left">0.33569</td></tr>
+<td align="left">0.98302</td>
+<td align="left">0.42238</td>
+<td align="left">0.25057</td></tr>
 <tr class="a">
 <td align="center">JDK</td>
-<td align="left">0.65313</td>
-<td align="left">0.72881</td>
-<td align="left">0.41540</td></tr>
+<td align="left">1.06425</td>
+<td align="left">0.64978</td>
+<td align="left">0.34814</td></tr>
 <tr class="b">
 <td align="center">KISS</td>
-<td align="left">0.46165</td>
-<td align="left">0.46333</td>
-<td align="left">0.28334</td></tr>
+<td align="left">0.95534</td>
+<td align="left">0.42419</td>
+<td align="left">0.22697</td></tr>
 <tr class="a">
 <td align="center">MT</td>
-<td align="left">0.48088</td>
-<td align="left">0.48073</td>
-<td align="left">0.31721</td></tr>
+<td align="left">0.96351</td>
+<td align="left">0.44536</td>
+<td align="left">0.25375</td></tr>
 <tr class="b">
 <td align="center">MT_64</td>
-<td align="left">0.44583</td>
-<td align="left">0.40123</td>
-<td align="left">0.26732</td></tr>
+<td align="left">0.88290</td>
+<td align="left">0.37917</td>
+<td align="left">0.22083</td></tr>
 <tr class="a">
 <td align="center">MWC_256</td>
-<td align="left">0.45035</td>
-<td align="left">0.37462</td>
-<td align="left">0.25729</td></tr>
+<td align="left">0.92266</td>
+<td align="left">0.35825</td>
+<td align="left">0.19624</td></tr>
 <tr class="b">
 <td align="center">SPLIT_MIX_64</td>
-<td align="left">0.40131</td>
-<td align="left">0.30099</td>
-<td align="left">0.21321</td></tr>
+<td align="left">0.83485</td>
+<td align="left">0.29606</td>
+<td align="left">0.17689</td></tr>
 <tr class="a">
 <td align="center">TWO_CMRES</td>
-<td align="left">0.40907</td>
-<td align="left">0.37078</td>
-<td align="left">0.23681</td></tr>
+<td align="left">0.85873</td>
+<td align="left">0.35949</td>
+<td align="left">0.20117</td></tr>
 <tr class="b">
 <td align="center">WELL_1024_A</td>
-<td align="left">0.57318</td>
-<td align="left">0.59994</td>
-<td align="left">0.37321</td></tr>
+<td align="left">1.02734</td>
+<td align="left">0.53311</td>
+<td align="left">0.27986</td></tr>
 <tr class="a">
 <td align="center">WELL_19937_A</td>
-<td align="left">0.66410</td>
-<td align="left">0.68137</td>
-<td align="left">0.46683</td></tr>
+<td align="left">1.08683</td>
+<td align="left">0.63207</td>
+<td align="left">0.33016</td></tr>
 <tr class="b">
 <td align="center">WELL_19937_C</td>
-<td align="left">0.65955</td>
-<td align="left">0.74347</td>
-<td align="left">0.46146</td></tr>
+<td align="left">1.09748</td>
+<td align="left">0.61706</td>
+<td align="left">0.35864</td></tr>
 <tr class="a">
 <td align="center">WELL_44497_A</td>
-<td align="left">0.68396</td>
-<td align="left">0.68263</td>
-<td align="left">0.48795</td></tr>
+<td align="left">1.12428</td>
+<td align="left">0.61903</td>
+<td align="left">0.35108</td></tr>
 <tr class="b">
 <td align="center">WELL_44497_B</td>
-<td align="left">0.68948</td>
-<td align="left">0.73640</td>
-<td align="left">0.47511</td></tr>
+<td align="left">1.12845</td>
+<td align="left">0.65736</td>
+<td align="left">0.37151</td></tr>
 <tr class="a">
 <td align="center">WELL_512_A</td>
-<td align="left">0.54264</td>
-<td align="left">0.55834</td>
-<td align="left">0.36659</td></tr>
+<td align="left">1.01548</td>
+<td align="left">0.50523</td>
+<td align="left">0.27629</td></tr>
 <tr class="b">
 <td align="center">XOR_SHIFT_1024_S</td>
-<td align="left">0.39267</td>
-<td align="left">0.31503</td>
-<td align="left">0.23018</td></tr></table></li></ul></div>
+<td align="left">0.86013</td>
+<td align="left">0.30990</td>
+<td align="left">0.18612</td></tr></table></li></ul></div>
 <div class="section">
 <h2><a name="a5._Quality"></a>5. Quality</h2>
 <p>This section reports results of <a 
href="../commons-rng-examples/apidocs/org/apache/commons/rng/examples/stress/package-summary.html">performing
 &quot;stress tests&quot;</a> that aim at detecting failures of an 
implementation to produce sequences of numbers that follow a uniform 
distribution.</p>

Modified: 
websites/production/commons/content/proper/commons-rng/userguide/why_not_java_random.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/userguide/why_not_java_random.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/userguide/why_not_java_random.html
 Thu Dec  6 17:14:00 2018
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 04 December 2018
+ | Generated by Apache Maven Doxia at 06 December 2018
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20181204" />
+    <meta name="Date-Revision-yyyymmdd" content="20181206" />
     <meta http-equiv="Content-Language" content="en" />
     <title>RNG &#x2013; Why not java.util.Random ?</title>
 
@@ -38,7 +38,7 @@
           <a class="brand" 
href="http://commons.apache.org/proper/commons-rng/";>Apache Commons RNG 
&trade;</a>
           <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 04 December 2018</li>
+            <li id="publishDate">Last Published: 06 December 2018</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 1.2</li>
   </ul>
                     <div class="pull-right">  <ul class="nav">

Modified: 
websites/production/commons/content/proper/commons-rng/xref/org/apache/commons/rng/sampling/distribution/SmallMeanPoissonSampler.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/xref/org/apache/commons/rng/sampling/distribution/SmallMeanPoissonSampler.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/xref/org/apache/commons/rng/sampling/distribution/SmallMeanPoissonSampler.html
 Thu Dec  6 17:14:00 2018
@@ -40,7 +40,7 @@
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em 
class="jxr_javadoccomment"> * @since 1.1</em>
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  <em 
class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="L34" href="#L34">34</a>  <em 
class="jxr_javadoccomment"> * This sampler is suitable for {@code mean &lt; 
40}.</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <em 
class="jxr_javadoccomment"> * For large means, {@link LargePoissonSampler} 
should be used instead.</em>
+<a class="jxr_linenumber" name="L35" href="#L35">35</a>  <em 
class="jxr_javadoccomment"> * For large means, {@link LargeMeanPoissonSampler} 
should be used instead.</em>
 <a class="jxr_linenumber" name="L36" href="#L36">36</a>  <em 
class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L37" href="#L37">37</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/SmallMeanPoissonSampler.html">SmallMeanPoissonSampler</a>
 <a class="jxr_linenumber" name="L38" href="#L38">38</a>      <strong 
class="jxr_keyword">implements</strong> <a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/DiscreteSampler.html">DiscreteSampler</a>
 {


Reply via email to