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 63420f6 RNG-110: Track changes. new 03c2e99 Remove unused imports. new cd01dae Remove trailing whitespace. new 4214719 Checkstyle check to fail on violation. new c57635d Add code coverage test for large FactorialLog cache size. new 6ba157e Test the LargeMeanPoissonSampler at small mean. new 3189b3b Use constructor for NormalisedGaussianSamplers. new 22add40 Add edge case for sampler pair rejection. The 7 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: .../commons/rng/sampling/UnitSphereSampler.java | 4 +- .../AhrensDieterMarsagliaTsangGammaSampler.java | 4 +- .../distribution/BoxMullerLogNormalSampler.java | 2 +- .../rng/sampling/distribution/GaussianSampler.java | 1 - .../distribution/LargeMeanPoissonSampler.java | 4 +- .../sampling/distribution/LogNormalSampler.java | 1 - .../BoxMullerNormalisedGaussianSamplerTest.java | 2 +- .../distribution/ContinuousSamplersList.java | 12 +++--- .../distribution/DiscreteSamplersList.java | 11 ++++-- .../sampling/distribution/GaussianSamplerTest.java | 4 +- .../sampling/distribution/InternalUtilsTest.java | 11 ++++++ .../distribution/LogNormalSamplerTest.java | 6 +-- .../MarsagliaNormalisedGaussianSamplerTest.java | 46 +++++++++++++++++++++- .../ZigguratNormalizedGaussianSamplerTest.java | 4 +- .../rng/simple/internal/SeedFactoryTest.java | 2 +- pom.xml | 2 +- 16 files changed, 87 insertions(+), 29 deletions(-)