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 8dad19e Remove trailing whitespace
new 6525ccf RNG-151: Modified ziggurat samplers for exponential and
Gaussian
new fa680f2 RNG-151: Track changes
new 3c1df6e RNG-150: Updated to use the ZigguratSampler.Exponential
new 49a5591 RNG-149: Remove ZigguratExponentialSampler
The 4 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:
.../ContinuousSamplersPerformance.java | 17 +-
.../distribution/ZigguratSamplerPerformance.java | 1240 ++++++++++++++++++++
.../sampling/distribution/GeometricSampler.java | 2 +-
.../distribution/LargeMeanPoissonSampler.java | 4 +-
.../distribution/ZigguratExponentialSampler.java | 231 ----
.../rng/sampling/distribution/ZigguratSampler.java | 865 ++++++++++++++
.../distribution/ContinuousSamplersList.java | 8 +-
...alSamplerTest.java => ZigguratSamplerTest.java} | 39 +-
src/changes/changes.xml | 9 +-
9 files changed, 2155 insertions(+), 260 deletions(-)
create mode 100644
commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/sampling/distribution/ZigguratSamplerPerformance.java
delete mode 100644
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/ZigguratExponentialSampler.java
create mode 100644
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/ZigguratSampler.java
rename
commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/{ZigguratExponentialSamplerTest.java
=> ZigguratSamplerTest.java} (56%)