We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66212a4 commit 25a7b11Copy full SHA for 25a7b11
CHANGELOG.md
@@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
details below.
11
12
### Added
13
+* Support for all Java 17 random number generators in generating random Permutation objects.
14
15
### Changed
16
* Minimum supported Java version is now Java 17 (breaking change).
-* Utilized Java 17 RandomGenerator interface to eliminate redundant code and to support all Java 17 random number generators.
17
+* Utilized Java 17 RandomGenerator interface to eliminate redundant code.
18
19
### Deprecated
20
0 commit comments