Added: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html
 (added)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html
 Thu Apr 20 11:33:45 2017
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>NormalizedGaussianSampler xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" 
/>
+</head>
+<body>
+<div id="overview"><a 
href="../../../../../../../apidocs/org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html">View
 Javadoc</a></div><pre>
+<a class="jxr_linenumber" name="L1" href="#L1">1</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L2" href="#L2">2</a>   <em 
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under 
one or more</em>
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em 
class="jxr_comment"> * contributor license agreements.  See the NOTICE file 
distributed with</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em 
class="jxr_comment"> * this work for additional information regarding copyright 
ownership.</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em 
class="jxr_comment"> * The ASF licenses this file to You under the Apache 
License, Version 2.0</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em 
class="jxr_comment"> * (the "License"); you may not use this file except in 
compliance with</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em 
class="jxr_comment"> * the License.  You may obtain a copy of the License 
at</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em 
class="jxr_comment"> *      <a href="http://www.apache.org/licenses/LICENSE-2."; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing, software</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em 
class="jxr_comment"> * distributed under the License is distributed on an "AS 
IS" BASIS,</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em 
class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em 
class="jxr_comment"> * See the License for the specific language governing 
permissions and</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em 
class="jxr_comment"> * limitations under the License.</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <strong 
class="jxr_keyword">package</strong> 
org.apache.commons.rng.sampling.distribution;
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em 
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em 
class="jxr_javadoccomment"> * Marker interface for a sampler that generates 
values from an N(0,1)</em>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <em 
class="jxr_javadoccomment"> * &lt;a 
href="https://en.wikipedia.org/wiki/Normal_distribution"&gt;</em>
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <em 
class="jxr_javadoccomment"> *  Gaussian distribution&lt;/a&gt;.</em>
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <em 
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">interface</strong> <a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html">NormalizedGaussianSampler</a>
 <strong class="jxr_keyword">extends</strong> <a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/ContinuousSampler.html">ContinuousSampler</a>
 {}
+</pre>
+<hr/>
+<div id="footer">Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+</body>
+</html>

Propchange: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/PoissonSampler.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/PoissonSampler.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/PoissonSampler.html
 Thu Apr 20 11:33:45 2017
@@ -54,7 +54,7 @@
 <a class="jxr_linenumber" name="L46" href="#L46">46</a>      <em 
class="jxr_javadoccomment">/** Exponential. */</em>
 <a class="jxr_linenumber" name="L47" href="#L47">47</a>      <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/ContinuousSampler.html">ContinuousSampler</a>
 exponential;
 <a class="jxr_linenumber" name="L48" href="#L48">48</a>      <em 
class="jxr_javadoccomment">/** Gaussian. */</em>
-<a class="jxr_linenumber" name="L49" href="#L49">49</a>      <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/ContinuousSampler.html">ContinuousSampler</a>
 gaussian;
+<a class="jxr_linenumber" name="L49" href="#L49">49</a>      <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/NormalizedGaussianSampler.html">NormalizedGaussianSampler</a>
 gaussian;
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>      <em 
class="jxr_javadoccomment">/** {@code log(n!)}. */</em>
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>      <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
InternalUtils.FactorialLog factorialLog;
 <a class="jxr_linenumber" name="L52" href="#L52">52</a>  
@@ -72,7 +72,7 @@
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>          <strong 
class="jxr_keyword">this</strong>.mean = mean;
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>  
-<a class="jxr_linenumber" name="L67" href="#L67">67</a>          gaussian = 
<strong class="jxr_keyword">new</strong> <a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/BoxMullerGaussianSampler.html">BoxMullerGaussianSampler</a>(rng,
 0, 1);
+<a class="jxr_linenumber" name="L67" href="#L67">67</a>          gaussian = 
<strong class="jxr_keyword">new</strong> <a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/MarsagliaNormalizedGaussianSampler.html">MarsagliaNormalizedGaussianSampler</a>(rng);
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>          exponential = 
<strong class="jxr_keyword">new</strong> <a 
href="../../../../../../org/apache/commons/rng/sampling/distribution/AhrensDieterExponentialSampler.html">AhrensDieterExponentialSampler</a>(rng,
 1);
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>          factorialLog 
= mean &lt; PIVOT ?
 <a class="jxr_linenumber" name="L70" href="#L70">70</a>              <strong 
class="jxr_keyword">null</strong> : <em class="jxr_comment">// Not used.</em>
@@ -126,13 +126,13 @@
 <a class="jxr_linenumber" name="L118" href="#L118">118</a>             <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> 
p2 = a2 / aSum;
 <a class="jxr_linenumber" name="L119" href="#L119">119</a>             <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> 
c1 = 1 / (8 * lambda);
 <a class="jxr_linenumber" name="L120" href="#L120">120</a> 
-<a class="jxr_linenumber" name="L121" href="#L121">121</a>             <strong 
class="jxr_keyword">double</strong> x = 0;
-<a class="jxr_linenumber" name="L122" href="#L122">122</a>             <strong 
class="jxr_keyword">double</strong> y = 0;
-<a class="jxr_linenumber" name="L123" href="#L123">123</a>             <strong 
class="jxr_keyword">double</strong> v = 0;
-<a class="jxr_linenumber" name="L124" href="#L124">124</a>             <strong 
class="jxr_keyword">int</strong> a = 0;
-<a class="jxr_linenumber" name="L125" href="#L125">125</a>             <strong 
class="jxr_keyword">double</strong> t = 0;
-<a class="jxr_linenumber" name="L126" href="#L126">126</a>             <strong 
class="jxr_keyword">double</strong> qr = 0;
-<a class="jxr_linenumber" name="L127" href="#L127">127</a>             <strong 
class="jxr_keyword">double</strong> qa = 0;
+<a class="jxr_linenumber" name="L121" href="#L121">121</a>             <strong 
class="jxr_keyword">double</strong> x;
+<a class="jxr_linenumber" name="L122" href="#L122">122</a>             <strong 
class="jxr_keyword">double</strong> y;
+<a class="jxr_linenumber" name="L123" href="#L123">123</a>             <strong 
class="jxr_keyword">double</strong> v;
+<a class="jxr_linenumber" name="L124" href="#L124">124</a>             <strong 
class="jxr_keyword">int</strong> a;
+<a class="jxr_linenumber" name="L125" href="#L125">125</a>             <strong 
class="jxr_keyword">double</strong> t;
+<a class="jxr_linenumber" name="L126" href="#L126">126</a>             <strong 
class="jxr_keyword">double</strong> qr;
+<a class="jxr_linenumber" name="L127" href="#L127">127</a>             <strong 
class="jxr_keyword">double</strong> qa;
 <a class="jxr_linenumber" name="L128" href="#L128">128</a>             <strong 
class="jxr_keyword">while</strong> (<strong class="jxr_keyword">true</strong>) {
 <a class="jxr_linenumber" name="L129" href="#L129">129</a>                 
<strong class="jxr_keyword">final</strong> <strong 
class="jxr_keyword">double</strong> u = nextDouble();
 <a class="jxr_linenumber" name="L130" href="#L130">130</a>                 
<strong class="jxr_keyword">if</strong> (u &lt;= p1) {
@@ -191,6 +191,6 @@
 <a class="jxr_linenumber" name="L183" href="#L183">183</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2016 <a href="https://www.apache.org/";>The 
Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/RejectionInversionZipfSampler.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/RejectionInversionZipfSampler.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/RejectionInversionZipfSampler.html
 Thu Apr 20 11:33:45 2017
@@ -250,6 +250,6 @@
 <a class="jxr_linenumber" name="L242" href="#L242">242</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2016 <a href="https://www.apache.org/";>The 
Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/SamplerBase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/SamplerBase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/SamplerBase.html
 Thu Apr 20 11:33:45 2017
@@ -71,6 +71,6 @@
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2016 <a href="https://www.apache.org/";>The 
Apache Software Foundation</a>. All rights reserved.</div>
+<div id="footer">Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/package-frame.html
 Thu Apr 20 11:33:45 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Sampling 1.0 Reference Package 
org.apache.commons.rng.sampling.distribution</title>
+               <title>Apache Commons RNG Sampling 1.1-SNAPSHOT Reference 
Package org.apache.commons.rng.sampling.distribution</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -28,6 +28,9 @@
                <a href="BoxMullerLogNormalSampler.html" 
target="classFrame">BoxMullerLogNormalSampler</a>
                </li>
                                <li>
+               <a href="BoxMullerNormalizedGaussianSampler.html" 
target="classFrame">BoxMullerNormalizedGaussianSampler</a>
+               </li>
+                               <li>
                <a href="ChengBetaSampler.html" 
target="classFrame">ChengBetaSampler</a>
                </li>
                                <li>
@@ -52,6 +55,9 @@
                <a href="InternalUtils.html" 
target="classFrame">FactorialLog</a>
                </li>
                                <li>
+               <a href="GaussianSampler.html" 
target="classFrame">GaussianSampler</a>
+               </li>
+                               <li>
                <a href="InternalGamma.html" 
target="classFrame">InternalGamma</a>
                </li>
                                <li>
@@ -67,6 +73,15 @@
                <a href="InverseTransformParetoSampler.html" 
target="classFrame">InverseTransformParetoSampler</a>
                </li>
                                <li>
+               <a href="MarsagliaLogNormalSampler.html" 
target="classFrame">MarsagliaLogNormalSampler</a>
+               </li>
+                               <li>
+               <a href="MarsagliaNormalizedGaussianSampler.html" 
target="classFrame">MarsagliaNormalizedGaussianSampler</a>
+               </li>
+                               <li>
+               <a href="NormalizedGaussianSampler.html" 
target="classFrame">NormalizedGaussianSampler</a>
+               </li>
+                               <li>
                <a href="PoissonSampler.html" 
target="classFrame">PoissonSampler</a>
                </li>
                                <li>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/distribution/package-summary.html
 Thu Apr 20 11:33:45 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Sampling 1.0 Reference Package 
org.apache.commons.rng.sampling.distribution</title>
+               <title>Apache Commons RNG Sampling 1.1-SNAPSHOT Reference 
Package org.apache.commons.rng.sampling.distribution</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -57,6 +57,11 @@
                </tr>
                                                <tr>
                        <td>
+                               <a 
href="BoxMullerNormalizedGaussianSampler.html" 
target="classFrame">BoxMullerNormalizedGaussianSampler</a>
+                       </td>
+               </tr>
+                                               <tr>
+                       <td>
                                <a href="ChengBetaSampler.html" 
target="classFrame">ChengBetaSampler</a>
                        </td>
                </tr>
@@ -97,6 +102,11 @@
                </tr>
                                                <tr>
                        <td>
+                               <a href="GaussianSampler.html" 
target="classFrame">GaussianSampler</a>
+                       </td>
+               </tr>
+                                               <tr>
+                       <td>
                                <a href="InternalGamma.html" 
target="classFrame">InternalGamma</a>
                        </td>
                </tr>
@@ -122,6 +132,21 @@
                </tr>
                                                <tr>
                        <td>
+                               <a href="MarsagliaLogNormalSampler.html" 
target="classFrame">MarsagliaLogNormalSampler</a>
+                       </td>
+               </tr>
+                                               <tr>
+                       <td>
+                               <a 
href="MarsagliaNormalizedGaussianSampler.html" 
target="classFrame">MarsagliaNormalizedGaussianSampler</a>
+                       </td>
+               </tr>
+                                               <tr>
+                       <td>
+                               <a href="NormalizedGaussianSampler.html" 
target="classFrame">NormalizedGaussianSampler</a>
+                       </td>
+               </tr>
+                                               <tr>
+                       <td>
                                <a href="PoissonSampler.html" 
target="classFrame">PoissonSampler</a>
                        </td>
                </tr>
@@ -158,7 +183,7 @@
        </div>
                                <hr />
                <div id="footer">
-                       Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/package-frame.html
 Thu Apr 20 11:33:45 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Sampling 1.0 Reference Package 
org.apache.commons.rng.sampling</title>
+               <title>Apache Commons RNG Sampling 1.1-SNAPSHOT Reference 
Package org.apache.commons.rng.sampling</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/org/apache/commons/rng/sampling/package-summary.html
 Thu Apr 20 11:33:45 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Sampling 1.0 Reference Package 
org.apache.commons.rng.sampling</title>
+               <title>Apache Commons RNG Sampling 1.1-SNAPSHOT Reference 
Package org.apache.commons.rng.sampling</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -73,7 +73,7 @@
        </div>
                                <hr />
                <div id="footer">
-                       Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/overview-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/overview-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/overview-frame.html
 Thu Apr 20 11:33:45 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Sampling 1.0 Reference</title>
+               <title>Apache Commons RNG Sampling 1.1-SNAPSHOT 
Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/overview-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/overview-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-sampling/xref/overview-summary.html
 Thu Apr 20 11:33:45 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Commons RNG Sampling 1.0 Reference</title>
+               <title>Apache Commons RNG Sampling 1.1-SNAPSHOT 
Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>
@@ -24,7 +24,7 @@
                </ul>
        </div>
                
-                       <h2>Apache Commons RNG Sampling 1.0 Reference</h2>
+                       <h2>Apache Commons RNG Sampling 1.1-SNAPSHOT 
Reference</h2>
 
                <table class="summary">
                <thead>
@@ -65,7 +65,7 @@
                
                <hr />
                <div id="footer">
-                       Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/allclasses-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/allclasses-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/allclasses-frame.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Commons RNG Simple 1.0 API)</title>
+<title>All Classes (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/allclasses-noframe.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/allclasses-noframe.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/allclasses-noframe.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Commons RNG Simple 1.0 API)</title>
+<title>All Classes (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/constant-values.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/constant-values.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/constant-values.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Commons RNG Simple 1.0 API)</title>
+<title>Constant Field Values (Apache Commons RNG Simple 1.1-SNAPSHOT 
API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="Constant Field Values (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/deprecated-list.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/deprecated-list.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/deprecated-list.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Commons RNG Simple 1.0 API)</title>
+<title>Deprecated List (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="Deprecated List (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/help-doc.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/help-doc.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/help-doc.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Commons RNG Simple 1.0 API)</title>
+<title>API Help (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="API Help (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -227,6 +227,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/index-all.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/index-all.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/index-all.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache Commons RNG Simple 1.0 API)</title>
+<title>Index (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Apache Commons RNG Simple 1.0 API)";
+            parent.document.title="Index (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -449,6 +449,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/index.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/index.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/index.html
 Thu Apr 20 11:33:45 2017
@@ -4,13 +4,14 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Commons RNG Simple 1.0 API</title>
+<title>Apache Commons RNG Simple 1.1-SNAPSHOT API</title>
 <script type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-        targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
-        targetPage = "undefined";
+    tmpTargetPage = "" + window.location.search;
+    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+        tmpTargetPage = tmpTargetPage.substring(1);
+    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+        tmpTargetPage = "undefined";
+    targetPage = tmpTargetPage;
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/JDKRandomBridge.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/JDKRandomBridge.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/JDKRandomBridge.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JDKRandomBridge (Apache Commons RNG Simple 1.0 API)</title>
+<title>JDKRandomBridge (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JDKRandomBridge (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="JDKRandomBridge (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -351,6 +351,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/RandomSource.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/RandomSource.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/RandomSource.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RandomSource (Apache Commons RNG Simple 1.0 API)</title>
+<title>RandomSource (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RandomSource (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="RandomSource (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -997,6 +997,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/class-use/JDKRandomBridge.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/class-use/JDKRandomBridge.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/class-use/JDKRandomBridge.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.JDKRandomBridge (Apache 
Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.JDKRandomBridge (Apache 
Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.JDKRandomBridge (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.JDKRandomBridge (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/class-use/RandomSource.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/class-use/RandomSource.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/class-use/RandomSource.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.RandomSource (Apache 
Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.RandomSource (Apache 
Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.RandomSource (Apache Commons RNG Simple 1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.RandomSource (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -210,6 +210,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ByteArray2IntArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ByteArray2IntArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ByteArray2IntArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ByteArray2IntArray (Apache Commons RNG Simple 1.0 API)</title>
+<title>ByteArray2IntArray (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ByteArray2IntArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="ByteArray2IntArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ByteArray2LongArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ByteArray2LongArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ByteArray2LongArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ByteArray2LongArray (Apache Commons RNG Simple 1.0 API)</title>
+<title>ByteArray2LongArray (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ByteArray2LongArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="ByteArray2LongArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Int2Long.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Int2Long.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Int2Long.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Int2Long (Apache Commons RNG Simple 1.0 API)</title>
+<title>Int2Long (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Int2Long (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="Int2Long (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/IntArray2Int.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/IntArray2Int.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/IntArray2Int.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntArray2Int (Apache Commons RNG Simple 1.0 API)</title>
+<title>IntArray2Int (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IntArray2Int (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="IntArray2Int (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/IntArray2LongArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/IntArray2LongArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/IntArray2LongArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntArray2LongArray (Apache Commons RNG Simple 1.0 API)</title>
+<title>IntArray2LongArray (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IntArray2LongArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="IntArray2LongArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2Int.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2Int.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2Int.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Long2Int (Apache Commons RNG Simple 1.0 API)</title>
+<title>Long2Int (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Long2Int (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="Long2Int (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2IntArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2IntArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2IntArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Long2IntArray (Apache Commons RNG Simple 1.0 API)</title>
+<title>Long2IntArray (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Long2IntArray (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="Long2IntArray (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -296,6 +296,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2LongArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2LongArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/Long2LongArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Long2LongArray (Apache Commons RNG Simple 1.0 API)</title>
+<title>Long2LongArray (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Long2LongArray (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="Long2LongArray (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -296,6 +296,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/LongArray2IntArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/LongArray2IntArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/LongArray2IntArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LongArray2IntArray (Apache Commons RNG Simple 1.0 API)</title>
+<title>LongArray2IntArray (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LongArray2IntArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="LongArray2IntArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/LongArray2Long.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/LongArray2Long.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/LongArray2Long.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LongArray2Long (Apache Commons RNG Simple 1.0 API)</title>
+<title>LongArray2Long (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LongArray2Long (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="LongArray2Long (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/NoOpConverter.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/NoOpConverter.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/NoOpConverter.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NoOpConverter (Apache Commons RNG Simple 1.0 API)</title>
+<title>NoOpConverter (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NoOpConverter (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="NoOpConverter (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -297,6 +297,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ProviderBuilder.RandomSourceInternal.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ProviderBuilder.RandomSourceInternal.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ProviderBuilder.RandomSourceInternal.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ProviderBuilder.RandomSourceInternal (Apache Commons RNG Simple 1.0 
API)</title>
+<title>ProviderBuilder.RandomSourceInternal (Apache Commons RNG Simple 
1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ProviderBuilder.RandomSourceInternal 
(Apache Commons RNG Simple 1.0 API)";
+            parent.document.title="ProviderBuilder.RandomSourceInternal 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -608,6 +608,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ProviderBuilder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ProviderBuilder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/ProviderBuilder.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ProviderBuilder (Apache Commons RNG Simple 1.0 API)</title>
+<title>ProviderBuilder (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ProviderBuilder (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="ProviderBuilder (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -279,6 +279,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedConverter.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedConverter.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedConverter.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SeedConverter (Apache Commons RNG Simple 1.0 API)</title>
+<title>SeedConverter (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SeedConverter (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="SeedConverter (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -244,6 +244,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedConverterComposer.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedConverterComposer.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedConverterComposer.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SeedConverterComposer (Apache Commons RNG Simple 1.0 API)</title>
+<title>SeedConverterComposer (Apache Commons RNG Simple 1.1-SNAPSHOT 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SeedConverterComposer (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="SeedConverterComposer (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -305,6 +305,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/SeedFactory.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SeedFactory (Apache Commons RNG Simple 1.0 API)</title>
+<title>SeedFactory (Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SeedFactory (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="SeedFactory (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -324,6 +324,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/ByteArray2IntArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/ByteArray2IntArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/ByteArray2IntArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.ByteArray2IntArray 
(Apache Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.ByteArray2IntArray 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.ByteArray2IntArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.ByteArray2IntArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/ByteArray2LongArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/ByteArray2LongArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/ByteArray2LongArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.commons.rng.simple.internal.ByteArray2LongArray (Apache Commons RNG 
Simple 1.0 API)</title>
+<title>Uses of Class 
org.apache.commons.rng.simple.internal.ByteArray2LongArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.ByteArray2LongArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.ByteArray2LongArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Int2Long.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Int2Long.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Int2Long.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.Int2Long (Apache 
Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.Int2Long (Apache 
Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Int2Long (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Int2Long (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/IntArray2Int.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/IntArray2Int.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/IntArray2Int.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.IntArray2Int 
(Apache Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.IntArray2Int 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.IntArray2Int (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.IntArray2Int (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/IntArray2LongArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/IntArray2LongArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/IntArray2LongArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.IntArray2LongArray 
(Apache Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.IntArray2LongArray 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.IntArray2LongArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.IntArray2LongArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2Int.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2Int.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2Int.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.Long2Int (Apache 
Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.Long2Int (Apache 
Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Long2Int (Apache Commons RNG Simple 1.0 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Long2Int (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2IntArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2IntArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2IntArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.Long2IntArray 
(Apache Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.Long2IntArray 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Long2IntArray (Apache Commons RNG Simple 
1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Long2IntArray (Apache Commons RNG Simple 
1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2LongArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2LongArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/Long2LongArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.Long2LongArray 
(Apache Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.Long2LongArray 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Long2LongArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.Long2LongArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

Modified: 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/LongArray2IntArray.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/LongArray2IntArray.html
 (original)
+++ 
websites/production/commons/content/proper/commons-rng/commons-rng-simple/apidocs/org/apache/commons/rng/simple/internal/class-use/LongArray2IntArray.html
 Thu Apr 20 11:33:45 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.commons.rng.simple.internal.LongArray2IntArray 
(Apache Commons RNG Simple 1.0 API)</title>
+<title>Uses of Class org.apache.commons.rng.simple.internal.LongArray2IntArray 
(Apache Commons RNG Simple 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.LongArray2IntArray (Apache Commons RNG 
Simple 1.0 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.rng.simple.internal.LongArray2IntArray (Apache Commons RNG 
Simple 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -122,6 +122,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>


Reply via email to