Skip to content

Commit

Permalink
Prepare release 4.1.0 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello authored Jun 8, 2024
1 parent 67dff88 commit 89fa3ca
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2024-05-31
## [Unreleased] - 2024-06-08

### Added

### Changed
* Improved Gaussian random number generation from ThreadLocalRandom in methods of RandomVariates class (internal change).
* Improved Gaussian random number generation in static methods of RandomVariates to choose between internal implementation of original ziggurat algorithm (for Java legacy random number generators Random and SecureRandom) or the Java API implementation of the modified ziggurat for all others (internal change).
* Improved Gaussian random number generation in EnhancedRandomGenerator class to choose between internal implementation of original ziggurat algorithm (for Java legacy random number generator Random) or the Java API implementation of the modified ziggurat for all others (internal change).

### Deprecated

### Removed

### Fixed
* Added missing overrides in EnhancedSplittableRandom of the rngs and erngs methods.
* Added missing overrides in EnhancedJumpableRandom of the rngs and erngs methods.

### Dependencies

Expand All @@ -28,6 +23,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Other


## [4.1.0] - 2024-06-08

### Changed
* Improved Gaussian random number generation from ThreadLocalRandom in methods of RandomVariates class (internal change).
* Improved Gaussian random number generation in static methods of RandomVariates to choose between internal implementation of original ziggurat algorithm (for Java legacy random number generators Random and SecureRandom) or the Java API implementation of the modified ziggurat for all others (internal change).
* Improved Gaussian random number generation in EnhancedRandomGenerator class to choose between internal implementation of original ziggurat algorithm (for Java legacy random number generator Random) or the Java API implementation of the modified ziggurat for all others (internal change).

### Fixed
* Added missing overrides in EnhancedSplittableRandom of the rngs and erngs methods.
* Added missing overrides in EnhancedJumpableRandom of the rngs and erngs methods.


## [4.0.0] - 2024-05-14

**BREAKING CHANGES: See Removed and Changed sections for details.**
Expand Down

0 comments on commit 89fa3ca

Please sign in to comment.