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 a85dd39 Exclude local maven meta-data from checkstyle. new 855915b RNG-109: Benchmark enumerated probability distributed samplers. new 341af54 RNG-109: Delegate sampling in probability collection sampler. new f6d59a1 RNG-109: Track changes. 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: .../EnumeratedDistributionSamplersPerformance.java | 555 +++++++++++++++++++++ .../DiscreteProbabilityCollectionSampler.java | 119 ++--- .../DiscreteProbabilityCollectionSamplerTest.java | 52 +- src/changes/changes.xml | 4 + 4 files changed, 629 insertions(+), 101 deletions(-) create mode 100644 commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/distribution/EnumeratedDistributionSamplersPerformance.java