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 11b8d25  Update DiscreteUniformSampler to match UniformLongSampler
     new 211f351  RNG-138: CompositeSamplers to sample from a weighted 
combination of samplers
     new 066e43e  Track changes

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:
 .../commons/rng/sampling/CompositeSamplers.java    | 1093 ++++++++++++++++++++
 .../rng/sampling/CompositeSamplersTest.java        | 1004 ++++++++++++++++++
 src/changes/changes.xml                            |    3 +
 src/main/resources/pmd/pmd-ruleset.xml             |   23 +-
 4 files changed, 2121 insertions(+), 2 deletions(-)
 create mode 100644 
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/CompositeSamplers.java
 create mode 100644 
commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/CompositeSamplersTest.java

Reply via email to