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 fa680f24beb0d1fc75e95ef8d0f8d317c858f45f Author: aherbert <aherb...@apache.org> AuthorDate: Thu Jul 8 09:35:46 2021 +0100 RNG-151: Track changes --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f382502..15768ce 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,6 +77,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="151"> + New "ZigguratSampler" implementation of the modified "Ziggurat" algorithm for + Gaussian and exponential sampling. + </action> <action dev="aherbert" type="update" issue="150"> "LargeMeanPoissonSampler": Updated to use the ZigguratExponentialSampler. </action>