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 e8d9049a10a847ee7121445968fc95b6f0572fdd Author: aherbert <[email protected]> AuthorDate: Thu Sep 26 18:08:54 2019 +0100 RNG-119: 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 35fbc54..45a8438 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-119"> + Add LongJumpable support to XoShiRo generators previously only supporting Jumpable. + </action> <action dev="aherbert" type="add" issue="RNG-117"> "RandomSource": Support creating a byte[] seed suitable for the implementing generator class.
