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 63420f65cba6fb75516a76c0edb0d963522a710e Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Jul 31 22:47:12 2019 +0100 RNG-110: 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 de1b96d..66551c4 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="RNG-110"> + Factory methods for Discrete and Continuous distribution samplers. The factory method + can choose the optimal implementation for the distribution parameters. + </action> <action dev="aherbert" type="add" issue="RNG-84" due-to="Abhishek Singh Dhadwal"> New Permuted Congruential Generators (PCG) from the PCG family. Added the LCG and MCG 32 bit output versions of the XSH-RS and XSH-RR operations,