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 c285f7d2 Add explicit dependency from simple to the client-api module
     new 04c1c970 RNG-176: Enhance the UniformRandomProvider interface
     new d441d958 RNG-176: Update anonymous implementations of 
UniformRandomProvider
     new f3df9db1 RNG-176: Remove redundant methods from core module
     new c2cd5fba RNG-176: Update user guide with new UniformRandomProvider 
methods
     new a0b61032 RNG-176: Track changes

The 5 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-client-api/pom.xml                     |   27 +
 .../apache/commons/rng/UniformRandomProvider.java  |  350 +++++-
 .../commons/rng/UniformRandomProviderSupport.java  |  423 ++++++++
 .../commons/rng/UniformRandomProviderTest.java     | 1114 ++++++++++++++++++++
 .../org/apache/commons/rng/core/BaseProvider.java  |   43 -
 .../commons/rng/core/source32/IntProvider.java     |    6 -
 .../commons/rng/core/source64/LongProvider.java    |  117 --
 .../{profile.japicmp => profile.japicmp.disabled}  |    5 +
 .../jmh/simple/ThreadLocalPerformance.java         |   23 +-
 .../DiscreteProbabilityCollectionSamplerTest.java  |   23 +-
 .../distribution/SmallMeanPoissonSamplerTest.java  |   32 +-
 .../ZigguratNormalizedGaussianSamplerTest.java     |   15 +-
 .../apache/commons/rng/simple/RandomSource.java    |  125 ++-
 .../apache/commons/rng/simple/RandomAssert.java    |   30 +-
 .../commons/rng/simple/RandomSourceTest.java       |  244 +++++
 src/changes/changes.xml                            |    5 +
 src/main/resources/pmd/pmd-ruleset.xml             |   11 +-
 src/site/apt/userguide/rng.apt                     |   66 +-
 18 files changed, 2376 insertions(+), 283 deletions(-)
 create mode 100644 
commons-rng-client-api/src/main/java/org/apache/commons/rng/UniformRandomProviderSupport.java
 create mode 100644 
commons-rng-client-api/src/test/java/org/apache/commons/rng/UniformRandomProviderTest.java
 rename commons-rng-core/src/site/resources/{profile.japicmp => 
profile.japicmp.disabled} (83%)

Reply via email to