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 c22f99a6cdb84a330bd3f174b9ce15733ff15906 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Sep 30 11:11:37 2019 +0100 RNG-118: Track changes. --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 45a8438..abd27eb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,10 @@ 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-117"> + Additional "XorShiRo" family generators. This adds 4 PlusPlus general purpose variants + of existing generators and 3 variants of a large state (1024-bit) generator. + </action> <action dev="aherbert" type="update" issue="RNG-119"> Add LongJumpable support to XoShiRo generators previously only supporting Jumpable. </action>