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 8122f0e javadoc: Replace boiler plate text with {@inheritDoc}.
new d22daa5 Drop commons-codec dependency and extract the Hex encoding
function.
new bf55f94 Fix PMD errors in stress test code.
new 2becf42 Fix PMD errors in sampling examples code.
new edc6e35 Fix PMD errors in quadrature examples code.
new 81a52a7 Fix PMD errors in JMH examples code.
The 5 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:
.../rng/examples/jmh/AbstractBenchmark.java | 7 +
.../jmh/BaselineGenerationPerformance.java | 4 +-
.../commons/rng/examples/jmh/BaselineSources.java | 2 +-
.../rng/examples/jmh/ConstructionPerformance.java | 22 +++-
.../jmh/NextBooleanGenerationPerformance.java | 6 +-
.../jmh/NextBytesGenerationPerformance.java | 12 +-
.../jmh/NextDoubleGenerationPerformance.java | 6 +-
.../jmh/NextFloatGenerationPerformance.java | 6 +-
.../examples/jmh/NextIntGenerationPerformance.java | 6 +-
.../jmh/NextLongGenerationPerformance.java | 6 +-
.../examples/jmh/RngNextIntInRangeBenchmark.java | 4 +-
.../rng/examples/jmh/ThreadLocalPerformance.java | 10 +-
.../AliasMethodDiscreteSamplerPerformance.java | 16 +--
.../ContinuousSamplersPerformance.java | 14 +-
.../distribution/DiscreteSamplersPerformance.java | 14 +-
...iscreteUniformSamplerGenerationPerformance.java | 6 +-
.../EnumeratedDistributionSamplersPerformance.java | 47 +++----
.../distribution/GeometricSamplersPerformance.java | 14 +-
.../PoissonSamplerCachePerformance.java | 2 +-
.../distribution/PoissonSamplersPerformance.java | 38 +++---
.../jmh/sampling/ListShuffleBenchmark.java | 12 +-
.../commons/rng/examples/quadrature/ComputePi.java | 4 +-
.../examples/sampling/ManifestVersionProvider.java | 2 +-
.../ProbabilityDensityApproximationCommand.java | 9 +-
.../UniformSamplingVisualCheckCommand.java | 20 +--
commons-rng-examples/examples-stress/pom.xml | 5 -
.../rng/examples/stress/BridgeTestCommand.java | 18 ++-
.../examples/stress/ExamplesStressApplication.java | 2 +-
.../commons/rng/examples/stress/ListCommand.java | 6 +-
.../examples/stress/ManifestVersionProvider.java | 2 +-
.../commons/rng/examples/stress/OutputCommand.java | 35 +++--
.../commons/rng/examples/stress/ProcessUtils.java | 4 +-
.../commons/rng/examples/stress/RNGUtils.java | 32 +++++
.../rng/examples/stress/ResultsCommand.java | 141 ++++++++++++---------
.../rng/examples/stress/StressTestCommand.java | 127 +++++++++++--------
35 files changed, 374 insertions(+), 287 deletions(-)