Updated info for developers.

Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/7e186396
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/7e186396
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/7e186396

Branch: refs/heads/master
Commit: 7e1863964102381ed0f44b037bbf11098d3d4566
Parents: 4911309
Author: Gilles <er...@apache.org>
Authored: Fri Nov 18 15:03:15 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Fri Nov 18 15:03:15 2016 +0100

----------------------------------------------------------------------
 doc/development/development.howto.txt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/7e186396/doc/development/development.howto.txt
----------------------------------------------------------------------
diff --git a/doc/development/development.howto.txt 
b/doc/development/development.howto.txt
index 1c22aa5..e1a27bb 100644
--- a/doc/development/development.howto.txt
+++ b/doc/development/development.howto.txt
@@ -37,7 +37,8 @@ standard library of another programming language) will only 
be accepted
 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" (source is in 
"src/userguide/java"),
-    piping from the "Dieharder" and "TU01/BigCrush" actual stress test suites
-    (these software must be installed separately; there is a simple interface
-    to the "TU01" library in "src/userguide/c/").
+ 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;
+    the C source of a simple interface to the "TU01" library is in module
+    "commons-rng-examples").

Reply via email to