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 e9546ca Update examples-stress to Java 1.8.
new 4348fb1 RNG-92: LargeMeanPoissonSampler requires mean >= 1.
new 56c15c8 RNG-93: SmallMeanPoissonSampler requires probability p0 to be
positive.
The 2 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:
.../sampling/distribution/LargeMeanPoissonSampler.java | 6 +++---
.../sampling/distribution/SmallMeanPoissonSampler.java | 18 ++++++++----------
.../distribution/LargeMeanPoissonSamplerTest.java | 14 +++++++-------
.../distribution/SmallMeanPoissonSamplerTest.java | 7 +++++--
src/changes/changes.xml | 7 +++++++
5 files changed, 30 insertions(+), 22 deletions(-)