You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/03/25 12:08:40 UTC

[commons-rng] 03/04: Merge branch 'feature-RNG-82'

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit c4f57ea39b31424d48d70c8dab72672d8424a131
Merge: 85c9744 55c8c42
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Mar 25 12:03:33 2019 +0000

    Merge branch 'feature-RNG-82'

 .../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 +
 8 files changed, 130 insertions(+), 20 deletions(-)