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 b28d453  Add missing forward slash
     new d8e0cc6  Add profile to build the example application
     new a074a16  Add HOWTO.md to show how to run the example application
     new 5166681  Update help and result messages
     new fb46d54  Pass UniformRandomProvider to the integrator
     new 5d8a927  Compute result after the loop
     new b9fc01c  Exclude duplicate files when shading
     new 1ff88dc  Add HOWTO.md to show how to run the example sampling 
application
     new a857048  Fix description
     new 4b1135a  Use Command.execute
     new 433b551  Add ZigguratSampler.NormalizedGaussian to visual command
     new d835b3b  Add missing samplers to sampling application
     new fc04e8b  Ignore sampling output files
     new ef1f973  Javadoc
     new aee6f0c  Javadoc param order
     new a04c3c9  Allow mean and sd to be an argument
     new 2701f8d  Add HOWTO.md to show how to run the example JPMS application
     new 85f9020  Exclude more files from the shaded JMH jar
     new d7982c0  Add HOWTO.md to show how to run the example JMH application
     new 8d12f3f  Add HOWTO.md to show how to run the example stress application
     new db5ab1c  Update minimum Java version stated in user guide
     new 1bc1a54  Add examples section to user guide

The 21 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-jmh/HOWTO.md         |  74 +++++++++++++++
 commons-rng-examples/examples-jmh/pom.xml          |   5 +
 commons-rng-examples/examples-jpms/HOWTO.md        |  58 ++++++++++++
 .../rng/examples/jpms/app/DiceGameApplication.java |  10 +-
 .../commons/rng/examples/jpms/lib/DiceGame.java    |   2 +-
 commons-rng-examples/examples-jpms/runApp.sh       |   8 +-
 commons-rng-examples/examples-quadrature/HOWTO.md  |  41 ++++++++
 commons-rng-examples/examples-quadrature/pom.xml   |  49 ++++++++++
 .../commons/rng/examples/quadrature/ComputePi.java |  15 +--
 .../examples/quadrature/MonteCarloIntegration.java |  16 +---
 commons-rng-examples/examples-sampling/HOWTO.md    |  48 ++++++++++
 commons-rng-examples/examples-sampling/pom.xml     |   3 +
 .../sampling/ExamplesSamplingApplication.java      |   6 +-
 .../examples/sampling/ExamplesSamplingCommand.java |   2 +-
 .../ProbabilityDensityApproximationCommand.java    | 103 +++++++++++++++------
 .../UniformSamplingVisualCheckCommand.java         |   4 +-
 commons-rng-examples/examples-stress/HOWTO.md      |  65 +++++++++++++
 commons-rng-examples/examples-stress/pom.xml       |   3 +
 src/site/apt/userguide/rng.apt                     |  35 ++++++-
 src/site/xdoc/userguide/index.xml                  |   8 +-
 21 files changed, 496 insertions(+), 60 deletions(-)
 create mode 100644 commons-rng-examples/examples-jmh/HOWTO.md
 create mode 100644 commons-rng-examples/examples-jpms/HOWTO.md
 create mode 100644 commons-rng-examples/examples-quadrature/HOWTO.md
 create mode 100644 commons-rng-examples/examples-sampling/HOWTO.md
 create mode 100644 commons-rng-examples/examples-stress/HOWTO.md

Reply via email to