You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/05/04 14:19:09 UTC

[commons-rng] 03/03: RNG-177: Track changes

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 a1378305e2625b97fe9ecd26907a1ddab4908a5a
Author: aherbert <ah...@apache.org>
AuthorDate: Wed May 4 15:11:19 2022 +0100

    RNG-177: Track changes
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2d0e9c12..95136fce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@ 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="177">
+        "sampling": Add samples() method to the API to generate Java 8 streams of sample values.
+      </action>
       <action dev="aherbert" type="add" issue="168">
         New LXM family of random generators. Added implementations of the LXM generators
         included in JDK 17.