RNG-50 will make it into version 1.1.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/edb3eed7 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/edb3eed7 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/edb3eed7 Branch: refs/heads/master Commit: edb3eed76e5a50ddce94dd5510f0c9d2f54be35a Parents: 4644028 Author: Gilles <er...@apache.org> Authored: Sat Aug 4 20:39:19 2018 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Aug 4 20:39:19 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/edb3eed7/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d202a20..262d7f6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,14 +71,8 @@ Additional code is provided in the following module: It is however not part of the official API and no compatibility should be expected in subsequent releases. "> - <action dev="erans" type="update" issue="RNG-50" due-to="Alex D. Herbert"> - "PoissonSampler": Algorithms for small mean and large mean have - been separated into dedicated classes. Cache precomputation has - been disabled as it is only marginally used and is a performance - hit for small sampling sets. - </action> </release> - + <release version="1.1" date="2018-08-05" description=" This is a minor release of Apache Commons RNG, containing a few new features and performance improvements. @@ -104,6 +98,12 @@ of random number generation. The 'maven-surefire-plugin' can be configured to re-run tests that fail and pass the build if they succeed (the test will be marked as 'flaky' in the report). "> + <action dev="erans" type="update" issue="RNG-50" due-to="Alex D. Herbert"> + "PoissonSampler": Algorithms for small mean and large mean have + been separated into dedicated classes. Cache precomputation has + been disabled as it is only marginally used and is a performance + hit for small sampling sets. + </action> <action dev="erans" type="add" issue="RNG-37"> Implementation of the "Ziggurat" algorithm for Gaussian sampling. </action>