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 bd4c225  Updated user guide performance table.
     new d04c23f  RNG-117: RandomSource to support creating byte[] seed for 
implementing class.
     new 5b40af1  RNG-117: Update POM to allow test re-runs.
     new 98f105d  RNG-117: Track changes.
     new 01b25d4  RandomSource.create(RandomSource) can directly call 
ProviderBuilder.

The 4 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-simple/pom.xml                         | 12 +++
 .../apache/commons/rng/simple/RandomSource.java    | 49 ++++++++++-
 .../rng/simple/internal/NativeSeedType.java        | 59 ++++++++++++--
 .../rng/simple/internal/ProviderBuilder.java       | 88 ++++++++++++++++++--
 .../commons/rng/simple/internal/SeedFactory.java   | 55 +++++++++++++
 .../rng/simple/ProvidersCommonParametricTest.java  | 24 ++++++
 .../internal/NativeSeedTypeParametricTest.java     | 22 +++++
 ...pConverterTest.java => NativeSeedTypeTest.java} | 27 +++---
 .../RandomSourceInternalParametricTest.java        | 95 ++++++++++++++++++++++
 .../rng/simple/internal/SeedFactoryTest.java       | 59 ++++++++++++++
 src/changes/changes.xml                            |  6 +-
 11 files changed, 471 insertions(+), 25 deletions(-)
 copy 
commons-rng-simple/src/test/java/org/apache/commons/rng/simple/internal/{NoOpConverterTest.java
 => NativeSeedTypeTest.java} (55%)

Reply via email to