Releases: audunegames/random-numbers
Releases · audunegames/random-numbers
Version 1.0.5
Full Changelog: v1.0.4...v1.0.5
Fixed
- Fixed UPM CLI installation path in sign and release workflow to avoid adding it to the package.
Version 1.0.4
Full Changelog: v1.0.3...v1.0.4
Added
- Added methods to generate random points and quaternions.
- Added methods to derive and hash seeds from bytes, ints, floats, and vectors.
Version 1.0.3
Version 1.0.2
Full Changelog: v1.0.1...v1.0.2
Security
- Added sign and release workflow to sign and release an UPM package when a Git tag is pushed.
Version 1.0.1
Full Changelog: v1.0.0...v1.0.1
Added
- Added
RandomNumberGeneratorconstructor for seeds of typeint?that defaults to the default seed. - Added methods to derive seeds by hasing them with a string key.
Version 1.0.0
Full Changelog: https://github.com/audunegames/random-numbers/commits/v1.0.0
Added
- Random number generator class to use for seeded random number generation.
- Choosing and sampling random items from enumerables.
- Choosing weighted items from enumerables
- Shuffling enumerables.