Published March 29, 2021
| Version v2.5.0
Software
Open
cicirello/JavaPermutationTools: JavaPermutationTools, v2.5.0
Description
[2.5.0] - 2021-03-29
Added
- New methods added to the Permutation class.
- The cycle method creates a permutation cycle.
- Multiple variations of a scramble(int[] indexes) method that randomizes the elements indicated by the array of indexes. The variations of this method correspond to the different random number generators supported by the library.
- Minor code improvements in Permutation class (e.g., refactoring to reduce duplicated code, and some minor code optimizations).
- Started using CodeQL code scanning on all push/pull-request events.
Files
cicirello/JavaPermutationTools-v2.5.0.zip
Files
(948.1 kB)
Name | Size | Download all |
---|---|---|
md5:ce4fc719e6bf2af1ce27336cd4911d11
|
948.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/cicirello/JavaPermutationTools/tree/v2.5.0 (URL)