2024-09-05 08:25:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-12-12 07:12:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 11 03:55:17 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Initial packaging with v1.5
|