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 72c2adc121a52da70fa7d86a780cd8113b9c01db Author: Alex Herbert <[email protected]> AuthorDate: Thu Jun 9 09:11:06 2022 +0100 RNG-179: Track changes --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3ac0fbb3..040888e4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,11 @@ behavioural compatibility between releases; derived types may break behavioural compatibility. Any functional changes will be recorded in the release notes. "> + <action dev="aherbert" type="add" issue="179"> + "FastLoadedDiceRollerDiscreteSampler": Distribution sampler that uses the + Fast Loaded Dice Roller (FLDR) algorithm for exact sampling from a discrete + probability distribution. + </action> <action dev="aherbert" type="add" issue="178"> "JumpableUniformRandomProvider": Add support to generate Java 8 streams of new random generator instances using the jump method.
