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 4774ada Changed samplers parametric test failure probability.
new 8449aa6 RNG-119: Add LongJumpable support to XoShiRo generators.
new e8d9049 RNG-119: 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:
.../rng/core/source32/AbstractXoShiRo128.java | 31 +++++++++++++++++++---
.../rng/core/source64/AbstractXoShiRo512.java | 31 +++++++++++++++++++---
.../org/apache/commons/rng/core/RandomAssert.java | 27 +++++++++++++++++++
.../rng/core/source32/XoShiRo128PlusTest.java | 18 +++++++++++++
.../rng/core/source32/XoShiRo128StarStarTest.java | 18 +++++++++++++
.../rng/core/source64/XoShiRo512PlusTest.java | 18 +++++++++++++
.../rng/core/source64/XoShiRo512StarStarTest.java | 19 +++++++++++++
.../commons/rng/simple/RandomSourceTest.java | 4 +--
src/changes/changes.xml | 3 +++
9 files changed, 159 insertions(+), 10 deletions(-)