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 9c4536a998f2864a2e5bd2f45dc78f668af04448 Author: Alex Herbert <[email protected]> AuthorDate: Tue Jun 11 22:05:02 2019 +0100 RNG-98: Track changes. Closes #49 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7da2d5a..cd16ef2 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="98"> + New "LongJumpableUniformRandomProvider" interface extends JumpableUniformRandomProvider + with a long jump method. + </action> <action dev="aherbert" type="add" issue="97"> New "JumpableUniformRandomProvider" interface provides a jump method that advances the generator a large number of steps of the output sequence in a single operation. A
