Files
apache-commons-rng/apache-commons-rng.changes

24 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Wed Sep 4 21:11:39 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Apache Commons RNG 1.6 RELEASE NOTES
* Changes in this version include:
+ New features:
~ RNG-186: Correct the module OSGi exports. Use of multiple
modules is validated in an OSGi integration test.
~ RNG-184: New "ArraySampler" to support shuffling primitive
and generic arrays with sub-range support.
+ Changes:
~ 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().
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
-------------------------------------------------------------------
Sun Dec 11 03:55:17 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v1.5