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 74329c56d8a265c72bc229e0fd56cf700f20721b Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Sep 19 20:05:47 2022 +0100 RNG-181: 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 f94e787a..748ce52c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,10 @@ 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="181"> + LXM family to support SplittableUniformRandomProvider. This allows creating a parallel + stream of generators which will avoid sequence correlations between instances. + </action> <action dev="aherbert" type="add" issue="180"> New "SplittableUniformRandomProvider" interface to allow splitting a RNG into two objects, each of which implements the same interface (and can be recursively split