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 c2ac3e0f75d31bd9400aef8f815fa6a9ba0481ae Author: Alex Herbert <[email protected]> AuthorDate: Sun Apr 17 14:24:49 2022 +0100 RNG-168: 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 3d4e6874..2d0e9c12 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="168"> + New LXM family of random generators. Added implementations of the LXM generators + included in JDK 17. + </action> <action dev="aherbert" type="add" issue="174"> "RandomSource": Improve support for non-zero seeds. Seeding has been changed to specify a sub-range of the seed that must not be all zero. Introduces a functional change where
