Repository: commons-rng Updated Branches: refs/heads/master 5146ca68d -> dd1b68f12
Clarify contribution requirements. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/609c2ada Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/609c2ada Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/609c2ada Branch: refs/heads/master Commit: 609c2ada7aa45fa780f633d2c286863b6bf9b29c Parents: 5146ca6 Author: Gilles <[email protected]> Authored: Thu Sep 29 12:09:25 2016 +0200 Committer: Gilles <[email protected]> Committed: Thu Sep 29 12:09:25 2016 +0200 ---------------------------------------------------------------------- doc/development/development.howto.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/609c2ada/doc/development/development.howto.txt ---------------------------------------------------------------------- diff --git a/doc/development/development.howto.txt b/doc/development/development.howto.txt index 8744e1c..1c22aa5 100644 --- a/doc/development/development.howto.txt +++ b/doc/development/development.howto.txt @@ -31,7 +31,10 @@ This document summarizes the development process of Commons RNG: Please note that a contribution that consists in the implementation of a -"reference" generator will only be accepted if it comes with +"reference" generator, i.e. an algorithm described in a scientific paper +or code published by a trusted party (e.g. an expert in the field, or the +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"),
