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 c258e5d  InverseTransformParetoSampler: Pre-compute 1 / shape.
     new 037a701  RNG utilities command line application
     new 6a38381  Updated the examples-stress application.
     new 8937438  Merge pull request #34 from aherbert/rng-utils

The 767 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:
 .gitignore                                         |   1 +
 commons-rng-examples/examples-stress/endianness.md | 167 +++++
 commons-rng-examples/examples-stress/pom.xml       |  52 +-
 ...package-info.java => ApplicationException.java} |  33 +-
 .../rng/examples/stress/BridgeTestCommand.java     | 165 +++++
 .../commons/rng/examples/stress/BridgeTester.java  | 243 -------
 ...ngGeneratorsList.java => EndianessCommand.java} |  42 +-
 .../rng/examples/stress/ExamplesStressCommand.java | 121 ++++
 .../commons/rng/examples/stress/ListCommand.java   | 262 ++++++++
 .../commons/rng/examples/stress/LogUtils.java      | 257 ++++++++
 .../examples/stress/ManifestVersionProvider.java   |  77 +++
 .../commons/rng/examples/stress/OutputCommand.java | 400 ++++++++++++
 .../commons/rng/examples/stress/ProcessUtils.java  | 132 ++++
 .../commons/rng/examples/stress/RNGUtils.java      | 103 +++
 .../rng/examples/stress/StandardOptions.java       |  42 ++
 .../rng/examples/stress/StressTestCommand.java     | 706 +++++++++++++++++++++
 .../rng/examples/stress/StressTestData.java        | 142 +++++
 .../rng/examples/stress/StressTestDataList.java    |  78 +++
 .../examples-stress/stress_test.md                 |  58 +-
 19 files changed, 2756 insertions(+), 325 deletions(-)
 create mode 100644 commons-rng-examples/examples-stress/endianness.md
 copy 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/{package-info.java
 => ApplicationException.java} (54%)
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/BridgeTestCommand.java
 delete mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/BridgeTester.java
 copy 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/{LongGeneratorsList.java
 => EndianessCommand.java} (52%)
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/ExamplesStressCommand.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/ListCommand.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/LogUtils.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/ManifestVersionProvider.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/OutputCommand.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/ProcessUtils.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/RNGUtils.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StandardOptions.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestCommand.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestData.java
 create mode 100644 
commons-rng-examples/examples-stress/src/main/java/org/apache/commons/rng/examples/stress/StressTestDataList.java

Reply via email to