Merge in master
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/406a41d3 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/406a41d3 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/406a41d3 Branch: refs/heads/master Commit: 406a41d33cacf63d885958e2a73b1d7dbd8a6abd Parents: f735468 2a31d87 Author: Rob Tompkins <chtom...@gmail.com> Authored: Mon Aug 6 08:16:21 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Mon Aug 6 08:16:21 2018 -0400 ---------------------------------------------------------------------- .../distribution/LargeMeanPoissonSampler.java | 207 +++++++++++++++++++ .../sampling/distribution/PoissonSampler.java | 132 +----------- .../distribution/SmallMeanPoissonSampler.java | 85 ++++++++ .../distribution/DiscreteSamplersList.java | 13 +- src/changes/changes.xml | 8 +- 5 files changed, 321 insertions(+), 124 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/406a41d3/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index 8901f17,262d7f6..8fba90c --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@@ -51,7 -51,29 +51,7 @@@ If the output is not quite correct, che </properties> <body> - - <release version="1.2" date="TBD" description=" -This is a minor release of Apache Commons RNG, containing a -few new features and performance improvements. - -Apache Commons RNG 1.2 contains the following library modules: - commons-rng-client-api (requires Java 6) - commons-rng-core (requires Java 6) - commons-rng-simple (requires Java 6) - commons-rng-sampling (requires Java 6) - -The code in module 'commons-rng-core' should not be accessed -directly by applications as a future release might make use of -the JPMS modularization feature available in Java 9+. - -Additional code is provided in the following module: - commons-rng-examples (requires Java 9) -It is however not part of the official API and no compatibility -should be expected in subsequent releases. -"> - </release> - -- <release version="1.1" date="2018-08-05" description=" ++ <release version="1.1" date="2018-08-06" description=" This is a minor release of Apache Commons RNG, containing a few new features and performance improvements.