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 d4462db2acfa6a695a0eadfd8812432fc08f97bd Author: aherbert <[email protected]> AuthorDate: Thu Jun 6 11:56:55 2019 +0100 RNG-103: Track changes. Closes #47 --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cda4769..f39ce4e 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="update" issue="RNG-103"> + "LargeMeanPoissonSampler: Switch from SmallMeanPoissonSampler to use + KempSmallMeanPoissonSampler for the fractional mean sample. + </action> <action dev="aherbert" type="update" issue="RNG-75"> "RandomSource.create(...)": Refactor internal components to allow custom seeding routines per random source. Improvements were made to the speed of creating generators with small
