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 f4023d5  RNG-148: Detect and discard infinite length vectors
     new 34117b8  RNG-149: Add ZigguratExponentialSampler
     new 7c5b0e3  Track changes
     new a1a95bf  Update to match ZigguratExponentialSampler

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:
 .../ContinuousSamplersPerformance.java             |   4 +
 .../distribution/ZigguratExponentialSampler.java   | 231 +++++++++++++++++++++
 .../ZigguratNormalizedGaussianSampler.java         |  73 +++----
 .../distribution/ContinuousSamplersList.java       |   3 +
 ...st.java => ZigguratExponentialSamplerTest.java} |  47 ++---
 src/changes/changes.xml                            |   4 +
 6 files changed, 301 insertions(+), 61 deletions(-)
 create mode 100644 
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/ZigguratExponentialSampler.java
 copy 
commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/distribution/{InverseTransformParetoSamplerTest.java
 => ZigguratExponentialSamplerTest.java} (57%)

Reply via email to