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/10 19:32:53 UTC

[commons-rng] 03/03: RNG-114: 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 faf1cc1fbbdfb2f50206963f006387bd0ec4c685
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Tue Sep 10 20:22:17 2019 +0100

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 771b4d6..41216f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,10 @@ 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="update" issue="RNG-114">
+        "ListSampler": Select the shuffle algorithm based on the list type. This improves
+        performance for non-RandomAccess lists such as LinkedList.
+      </action>
       <action dev="aherbert" type="add" issue="RNG-19">
         "JDKRandomWrapper": Wraps an instance of java.util.Random for use as a
         UniformRandomProvider. Can wrap a SecureRandom to use functionality