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 57e8401  Suppress checkstyle failure for this module.
     new 5976d7d  RNG-95: Update the DiscreteUniformSampler using faster 
algorithms.
     new f762b96  RNG-95: Track changes.

The 2 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:
 ...iscreteUniformSamplerGenerationPerformance.java | 184 +++++++++++++
 .../distribution/DiscreteUniformSampler.java       | 294 ++++++++++++++++++---
 .../distribution/DiscreteSamplersList.java         |   8 +-
 .../distribution/DiscreteUniformSamplerTest.java   | 274 ++++++++++++++++++-
 src/changes/changes.xml                            |   3 +
 5 files changed, 727 insertions(+), 36 deletions(-)
 create mode 100644 
commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/distribution/DiscreteUniformSamplerGenerationPerformance.java

Reply via email to