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 37cb26bf20181833eb556f2762ff46c8242ae1c4 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Aug 6 11:40:21 2019 +0100 RNG-85: Track changes. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b513681..905f6a6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,9 @@ re-run tests that fail, and pass the build if they succeed within the allotted number of reruns (the test will be marked as 'flaky' in the report). "> + <action dev="aherbert" type="add" issue="RNG-85"> + New "MiddleSquareWeylSequence" generator. + </action> <action dev="aherbert" type="update" issue="RNG-90"> "BaseProvider": Updated to use faster algorithm for nextInt(int). </action>