You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/04 15:45:34 UTC

[commons-rng] branch master updated: Added PractRand to site main (index) page.

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


The following commit(s) were added to refs/heads/master by this push:
     new d13a2b5  Added PractRand to site main (index) page.
d13a2b5 is described below

commit d13a2b59f4e24471d9eb9fd88e6de3652ebaa914
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 4 15:45:30 2019 +0000

    Added PractRand to site main (index) page.
---
 src/site/xdoc/index.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 04c485c..fb56555 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -59,8 +59,9 @@ double random = rng.nextDouble();
 
       <p>
         The emphasis is on state-of-the-art generators that pass stringent uniformity
-        tests such as <a href="http://simul.iro.umontreal.ca/testu01/tu01.html">TU01</a>
-        and <a href="http://www.phy.duke.edu/~rgb/General/dieharder.php">Dieharder</a>.
+        tests such as <a href="http://simul.iro.umontreal.ca/testu01/tu01.html">TestU01 (BigCrush)</a>,
+        <a href="http://www.phy.duke.edu/~rgb/General/dieharder.php">Dieharder</a> and
+        <a href="http://pracrand.sourceforge.net/">PractRand</a>.
         Weaker algorithms, with known shortcomings, are also provided (for reference or
         due to their historical importance) but their use is best avoided in new
         applications.