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 f6d59a14140e907d2c09f309598610f12be9ecdc Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Aug 7 13:03:23 2019 +0100 RNG-109: 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 905f6a6..5e848c5 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-109"> + "DiscreteProbabilityCollectionSampler": Use a faster enumerated probability + distribution sampler to replace the binary search algorithm. + </action> <action dev="aherbert" type="add" issue="RNG-85"> New "MiddleSquareWeylSequence" generator. </action>