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 2019/09/17 11:09:25 UTC

[commons-rng] 02/04: RNG-111: 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 fe31a504e348aa561c6d7a07f39f23b758b5ab6b
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Sep 17 12:02:42 2019 +0100

    RNG-111: 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 41216f3..3b7fc9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@ re-run tests that fail, and pass the build if they succeed
 within the allotted number of reruns (the test will be marked
 as 'flaky' in the report).
 ">
+      <action dev="aherbert" type="add" issue="RNG-111">
+        New "JSF32" and "JSF64" (Jenkins' Small Fast) generators.
+      </action>
       <action dev="aherbert" type="update" issue="RNG-114">
         "ListSampler": Select the shuffle algorithm based on the list type. This improves
         performance for non-RandomAccess lists such as LinkedList.