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 85c9744 Upgrade jacoco for Java 11 new cb6423c RNG-82: Add XorShift1024StarPhi generator new 55c8c42 RNG-82: Mark XOR_SHIFT_1024_S deprecated. new c4f57ea Merge branch 'feature-RNG-82' new d633076 RNG-82: Track changes. 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: .../rng/core/source64/XorShift1024Star.java | 27 ++++++++++--- .../rng/core/source64/XorShift1024StarPhi.java | 46 ++++++++++++++++++++++ .../org/apache/commons/rng/core/ProvidersList.java | 3 +- ...4StarTest.java => XorShift1024StarPhiTest.java} | 37 +++++++++++------ .../rng/core/source64/XorShift1024StarTest.java | 11 ++++++ .../apache/commons/rng/simple/RandomSource.java | 18 ++++++++- .../rng/simple/internal/ProviderBuilder.java | 7 +++- .../apache/commons/rng/simple/ProvidersList.java | 1 + src/changes/changes.xml | 5 +++ 9 files changed, 135 insertions(+), 20 deletions(-) create mode 100644 commons-rng-core/src/main/java/org/apache/commons/rng/core/source64/XorShift1024StarPhi.java copy commons-rng-core/src/test/java/org/apache/commons/rng/core/source64/{XorShift1024StarTest.java => XorShift1024StarPhiTest.java} (51%)