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/08/28 11:19:41 UTC

[commons-rng] 02/02: RNG-112: 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 63e682be407fe22122b983a7b18338ac90b99eb8
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Aug 28 12:19:35 2019 +0100

    RNG-112: 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 5e848c5..020642b 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-112">
+        New "SFC32" and "SFC64" (Small, Fast, Chaotic) generators.
+      </action>
       <action dev="aherbert" type="update" issue="RNG-109">
         "DiscreteProbabilityCollectionSampler": Use a faster enumerated probability
         distribution sampler to replace the binary search algorithm.