You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/05/17 19:34:25 UTC

[commons-rng] 02/02: RNG-91: Track changes.

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 44111d3bcd06d02249652b4e9b3d3ccf579d87cb
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri May 17 20:34:19 2019 +0100

    RNG-91: Track changes.
    
    Close #40
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f754aae..870a849 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,11 @@ 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="RNG-91">
+        New "KempSmallMeanPoissonSampler" that provides Poisson samples using only 1 random
+        deviate per sample. This algorithm outperforms the SmallMeanPoissonSampler
+        when the generator is slow.
+      </action>
       <action dev="aherbert" type="fix" issue="RNG-93">
         "SmallMeanPoissonSampler": Requires the Poisson probability for p(x=0) to be positive
         setting an upper bound on the mean of approximately 744.44.