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 3cb2c9b RNG-153: Update the sampling algorithm in the UnitBallSampler
new ce151a2 Move method to make a double in (0, 1] to the sampling utils
class.
new 482e4b5 RNG-154: Avoid infinity in the tails of a normalised Gaussian
sampler
new 4d211d2 Added missing branch frequencies.
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:
.../AhrensDieterExponentialSampler.java | 18 +------------
.../distribution/BoxMullerGaussianSampler.java | 6 ++++-
.../BoxMullerNormalizedGaussianSampler.java | 6 ++++-
.../rng/sampling/distribution/InternalUtils.java | 18 +++++++++++++
.../ZigguratNormalizedGaussianSampler.java | 14 ++++++++--
.../rng/sampling/distribution/LevySamplerTest.java | 30 +++++++++++++++++-----
src/changes/changes.xml | 5 ++++
7 files changed, 69 insertions(+), 28 deletions(-)