This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 1bff8bf2601a646c91b6373202911bf68622e0e3
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Tue Oct 25 11:07:35 2022 +0100

    Change text comparing commons RNG to java.util.Random
    
    Include SplittableRandom (JDK 8) and mention increased period.
---
 commons-rng-bom/src/site/xdoc/index.xml        | 3 ++-
 commons-rng-client-api/src/site/xdoc/index.xml | 3 ++-
 commons-rng-core/src/site/xdoc/index.xml       | 3 ++-
 commons-rng-docs/src/site/xdoc/index.xml       | 3 ++-
 commons-rng-sampling/src/site/xdoc/index.xml   | 3 ++-
 commons-rng-simple/src/site/xdoc/index.xml     | 3 ++-
 src/site/xdoc/index.xml                        | 3 ++-
 7 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/commons-rng-bom/src/site/xdoc/index.xml 
b/commons-rng-bom/src/site/xdoc/index.xml
index 7ec13b65..061f35e7 100644
--- a/commons-rng-bom/src/site/xdoc/index.xml
+++ b/commons-rng-bom/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
         Utilities are provided for sampling from distributions, collections 
and geometric shapes.
       </p>
 
diff --git a/commons-rng-client-api/src/site/xdoc/index.xml 
b/commons-rng-client-api/src/site/xdoc/index.xml
index cb9b3983..3df4635a 100644
--- a/commons-rng-client-api/src/site/xdoc/index.xml
+++ b/commons-rng-client-api/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
       </p>
 
       <p>
diff --git a/commons-rng-core/src/site/xdoc/index.xml 
b/commons-rng-core/src/site/xdoc/index.xml
index f2fd1126..e7abe671 100644
--- a/commons-rng-core/src/site/xdoc/index.xml
+++ b/commons-rng-core/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
       </p>
 
       <p>
diff --git a/commons-rng-docs/src/site/xdoc/index.xml 
b/commons-rng-docs/src/site/xdoc/index.xml
index 8fa04f5b..7a9f134f 100644
--- a/commons-rng-docs/src/site/xdoc/index.xml
+++ b/commons-rng-docs/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
       </p>
 
       <p>
diff --git a/commons-rng-sampling/src/site/xdoc/index.xml 
b/commons-rng-sampling/src/site/xdoc/index.xml
index f523a42e..3bea2d96 100644
--- a/commons-rng-sampling/src/site/xdoc/index.xml
+++ b/commons-rng-sampling/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
       </p>
 
       <p>
diff --git a/commons-rng-simple/src/site/xdoc/index.xml 
b/commons-rng-simple/src/site/xdoc/index.xml
index 83e6d21e..f88e9d35 100644
--- a/commons-rng-simple/src/site/xdoc/index.xml
+++ b/commons-rng-simple/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
       </p>
 
       <p>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index fb188cd6..16c1dc2f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -28,7 +28,8 @@
     <section name="Apache Commons RNG: Random Numbers Generators" 
href="summary">
       <p>
         Commons RNG provides implementations of pseudo-random numbers 
generators that are
-        either faster or of higher quality (and sometimes both) than 
<code>java.util.Random</code>.
+        faster; of higher quality; and/or of a longer period than
+        <code>java.util.Random</code> and 
<code>java.util.SplittableRandom</code>.
       </p>
 
       <p>

Reply via email to