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 fa1c8d5  RNG-172: Support power of 2 by lowering limit by 1
     new d16d614  RNG-171: Reduce the memory footprint in cached boolean and 
int source
     new 2ffe262  Document the lack of functional compatibility for derived 
output types.

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:
 .../org/apache/commons/rng/core/package-info.java  |   9 +
 .../commons/rng/core/source32/IntProvider.java     |  53 ++---
 .../commons/rng/core/source64/LongProvider.java    |  93 ++++-----
 .../rng/core/JumpableProvidersParametricTest.java  |  36 ++--
 .../rng/core/source64/LongProviderTest.java        |   7 +-
 .../jmh/core/CachedNextGenerationPerformance.java  | 221 +++++++++++++++++++++
 src/changes/changes.xml                            |  13 ++
 src/site/apt/userguide/rng.apt                     |  24 ++-
 src/site/xdoc/userguide/index.xml                  |   8 +-
 9 files changed, 357 insertions(+), 107 deletions(-)
 create mode 100644 
commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/core/CachedNextGenerationPerformance.java

Reply via email to