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 715451cea693e103c180c0599a201455d6673a12 Author: Alex Herbert <[email protected]> AuthorDate: Mon Jun 10 21:09:48 2019 +0100 RNG-97: Track changes. Closes #48 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f39ce4e..7da2d5a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,12 @@ 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="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 + copy is returned allowing repeat invocations to create a series of generators + for use in parallel computations. + </action> <action dev="aherbert" type="update" issue="RNG-103"> "LargeMeanPoissonSampler: Switch from SmallMeanPoissonSampler to use KempSmallMeanPoissonSampler for the fractional mean sample.
