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/13 00:12:56 UTC

[commons-rng] 07/07: Add PractRand to development howto guide.

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 46fc244d480cf3f7d9629eeea5c7b3da022e3b83
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Nov 13 00:12:44 2019 +0000

    Add PractRand to development howto guide.
---
 doc/development/development.howto.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/development/development.howto.txt b/doc/development/development.howto.txt
index e1a27bb..c70a2ab 100644
--- a/doc/development/development.howto.txt
+++ b/doc/development/development.howto.txt
@@ -38,7 +38,7 @@ if it comes with
  1. a unit test where the output (say, a few hundred numbers) of "Commons RNG"
     is compared against another implementation,
  2. the outputs of the "RandomStressTester" (Java source is in module
-    "commons-rng-examples"), piping from the "Dieharder" and "TU01/BigCrush"
-    actual stress test suites (these software must be installed separately;
+    "commons-rng-examples"), piping from the "Dieharder", "TU01/BigCrush" and
+    "PractRand" stress test suites (these software must be installed separately;
     the C source of a simple interface to the "TU01" library is in module
     "commons-rng-examples").