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 90d14299 Update user guide performance tables.
     new b947c91f RNG-188: Add Philox generation performance
     new 2db46973 Javadoc typo

The 2 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:
 .../commons/rng/core/source64/LXMSupport.java      |   3 +-
 .../commons/rng/core/source64/Philox4x64.java      |   8 +-
 commons-rng-examples/examples-jmh/pom.xml          |   3 +-
 .../rng/examples/jmh/core/LXMBenchmark.java        |  93 ++-
 .../jmh/core/PhiloxGenerationPerformance.java      | 886 +++++++++++++++++++++
 .../rng/examples/jmh/core/LXMBenchmarkTest.java    |  13 +-
 6 files changed, 993 insertions(+), 13 deletions(-)
 create mode 100644 
commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/core/PhiloxGenerationPerformance.java

Reply via email to