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/03/25 12:08:41 UTC

[commons-rng] 04/04: RNG-82: 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 d633076ff382624567d12932272de4b2ef2969ed
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Mar 25 12:08:33 2019 +0000

    RNG-82: Track changes.
    
    Closes #30
---
 src/changes/changes.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 398de55..ba2f8b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,11 @@ 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-82">
+        New "XorShift1024StarPhi" generator. This is a modified implementation of XorShift1024Star
+        that improves randomness of the output sequence. The XOR_SHIFT_1024_S enum has been marked
+        deprecated as a note to users to switch to the new XOR_SHIFT_1024_S_PHI version.
+      </action>
       <action dev="aherbert" type="add" issue="RNG-78">
         New "ThreadLocalRandomSource" class provides thread safe access to random generators.
       </action>