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/06/26 12:46:10 UTC

[commons-rng] branch master updated: RNG-99: 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


The following commit(s) were added to refs/heads/master by this push:
     new d8c4630  RNG-99: Track changes.
d8c4630 is described below

commit d8c463099995620ae3033d4da1c64f427dc66926
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Jun 26 13:46:05 2019 +0100

    RNG-99: 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 35d673b..a9b4f90 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="add" issue="99">
+        New "AliasMethodDiscreteSampler" that can sample from any discrete distribution defined
+        by an array of probabilities. Set-up is O(n) time and sampling is O(1) time.
+      </action>
       <action dev="aherbert" type="add" issue="100">
         New "GuideTableDiscreteSampler" that can sample from any discrete distribution defined
         by an array of probabilities.