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 a0b61032db146f611d285fc71a636b72f916ce75 Author: Alex Herbert <[email protected]> AuthorDate: Mon May 16 21:47:24 2022 +0100 RNG-176: 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 95136fce..6154d490 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="176"> + "UniformRandomProvider": Enhance the interface with default methods. Add range sample + methods with a lower and upper bound. Add support to generate Java 8 streams of sample + values. + </action> <action dev="aherbert" type="add" issue="177"> "sampling": Add samples() method to the API to generate Java 8 streams of sample values. </action>
