This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
from e37e90e4 RNG-187: Add benchmarks for shuffle without index checks new 6fb9ab0f RNG-187: Add benchmarks for shuffle2 variants new 61f982c4 RNG-187: Use batched index generation in array shuffle new 88f7f97a Delegate to ArraySampler for shuffle The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../jmh/sampling/ArrayShuffleBenchmark.java | 117 +++++++- .../jmh/sampling/ArrayShuffleBenchmarkTest.java | 47 +++ .../apache/commons/rng/sampling/ArraySampler.java | 329 +++++++++++++++++++-- .../apache/commons/rng/sampling/ListSampler.java | 35 +-- .../commons/rng/sampling/PermutationSampler.java | 21 +- .../commons/rng/sampling/SubsetSamplerUtils.java | 2 +- .../commons/rng/sampling/ArraySamplerTest.java | 181 +++++++++++- src/changes/changes.xml | 3 + 8 files changed, 650 insertions(+), 85 deletions(-)