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 b47c7c3164858e84485aa15d649039d5102bf130 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Sep 30 11:39:55 2019 +0100 RNG-76: 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 abd27eb..d75ec75 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="update" issue="RNG-76"> + "SplitMix64": Added primitive long constructor. + </action> <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.