The Apache Commons Team is pleased to announce the availability of
version 1.6 of "Apache Commons RNG".

Apache Commons RNG provides Java implementations of pseudo-random
numbers generators.

Changes in this version include:

New features:
o RNG-186:  Correct the module OSGi exports. Use of multiple modules is
  validated in an OSGi integration test.
o RNG-184:  New "ArraySampler" to support shuffling primitive and generic arrays
  with sub-range support.

Changes:
o RNG-183:  "InverseTransformParetoSampler": Modified to concentrate samples at
  the distribution lower/upper bounds for extreme shape parameters. Eliminates
  generation of outlier infinite samples and NaN samples under certain
  conditions. Changes sampling to use the RNG nextLong() method in-place of
  nextDouble().

Historical list of changes:
  https://commons.apache.org/proper/commons-rng/changes-report.html

For complete information on Apache Commons RNG, including instructions on how
to submit bug reports, patches, or suggestions for improvement, see the
Apache Commons RNG website:
  https://commons.apache.org/proper/commons-rng/

Distribution packages can be downloaded from
  https://commons.apache.org/proper/commons-rng/download_rng.cgi

When downloading, please verify signatures using the KEYS file
available at
  https://downloads.apache.org/commons/KEYS

Maven artifacts are also available in the central Maven repository:
  https://repo.maven.apache.org/maven2/org/apache/commons/

----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-client-api</artifactId>
  <version>1.6</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-simple</artifactId>
  <version>1.6</version>
----
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-sampling</artifactId>
  <version>1.6</version>
----

The Apache Commons Team

Reply via email to