Merge branch 'master' into 1.0-release

Preparing RC3.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/6880f2d8
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/6880f2d8
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/6880f2d8

Branch: refs/heads/1.0-release
Commit: 6880f2d874133098aa8bf0f2ac952de003922b53
Parents: 4b89e49 82a9f73
Author: Gilles <er...@apache.org>
Authored: Sun Nov 27 06:56:21 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Sun Nov 27 06:56:21 2016 +0100

----------------------------------------------------------------------
 .../commons/rng/Providers32ParametricTest.java  |  58 --
 .../commons/rng/Providers64ParametricTest.java  |  58 --
 .../rng/ProvidersCommonParametricTest.java      | 613 ------------------
 .../org/apache/commons/rng/ProvidersList.java   | 138 -----
 .../org/apache/commons/rng/RandomAssert.java    |  36 --
 .../commons/rng/core/BaseProviderTest.java      |  48 +-
 .../rng/core/Providers32ParametricTest.java     |  60 ++
 .../rng/core/Providers64ParametricTest.java     |  60 ++
 .../rng/core/ProvidersCommonParametricTest.java | 615 +++++++++++++++++++
 .../apache/commons/rng/core/ProvidersList.java  | 139 +++++
 .../apache/commons/rng/core/RandomAssert.java   |  38 ++
 .../rng/core/source32/ISAACRandomTest.java      |   2 +-
 .../rng/core/source32/KISSRandomTest.java       |   2 +-
 .../rng/core/source32/MersenneTwisterTest.java  |   2 +-
 .../core/source32/MultiplyWithCarry256Test.java |   2 +-
 .../rng/core/source32/Well1024aTest.java        |   2 +-
 .../rng/core/source32/Well19937aTest.java       |   2 +-
 .../rng/core/source32/Well19937cTest.java       |   2 +-
 .../rng/core/source32/Well44497aTest.java       |   2 +-
 .../rng/core/source32/Well44497bTest.java       |   2 +-
 .../commons/rng/core/source32/Well512aTest.java |   2 +-
 .../core/source64/MersenneTwister64Test.java    |   2 +-
 .../rng/core/source64/SplitMix64Test.java       |   2 +-
 .../rng/core/source64/XorShift1024StarTest.java |   2 +-
 .../rng/examples/integration/ComputePi.java     |   2 +-
 .../rng/examples/stress/RandomStressTester.java |  26 +-
 .../commons/rng/sampling/ListSampler.java       |   2 +-
 .../rng/sampling/PermutationSampler.java        |   2 +-
 .../AhrensDieterMarsagliaTsangGammaSampler.java |   2 -
 ...ousInverseCumulativeProbabilityFunction.java |   4 +-
 ...eteInverseCumulativeProbabilityFunction.java |   4 +-
 .../sampling/distribution/InternalGamma.java    |   2 +-
 .../InverseTransformContinuousSampler.java      |  18 +-
 .../InverseTransformDiscreteSampler.java        |  18 +-
 .../InverseTransformParetoSampler.java          |   4 +-
 .../sampling/distribution/PoissonSampler.java   |   6 +-
 .../RejectionInversionZipfSampler.java          |   2 +-
 .../distribution/ContinuousSamplersList.java    |   6 +-
 .../distribution/DiscreteSamplersList.java      |  25 +-
 pom.xml                                         |  28 +-
 src/changes/changes.xml                         |  12 +-
 src/site/apt/userguide/rng.apt                  |   2 +-
 42 files changed, 1041 insertions(+), 1013 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6880f2d8/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6880f2d8/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 5a26589,2faeb47..5e6597b
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -50,11 -50,19 +50,19 @@@ If the output is not quite correct, che
      <title>Apache Commons RNG Release Notes</title>
    </properties>
    <body>
 -    <release version="1.0" date="TBD" description="
 +    <release version="1.0" date="2016-11-30" description="
  This is the first release of Apache Commons RNG.
  
- The minimum version of the Java platform required to compile and use
-  Apache Commons RNG 1.0 is Java 6.
+ Apache Commons RNG 1.0 contains the following modules:
+   commons-rng-client-api (requires Java 6)
+   commons-rng-core (requires Java 6)
+   commons-rng-simple (requires Java 6)
+   commons-rng-sampling (requires Java 6)
+   commons-rng-jmh (requires Java 6)
+   commons-rng-examples (requires Java 7)
+ 
+ For more information, please refer to the userguide and apidocs:
+   http://commons.apache.org/rng/
  ">
        <!-- <action dev="erans" type="fix" issue="RNG-xxx"> -->
        <!-- </action> -->

Reply via email to