Update xorshift PRNG
Release / release (push) Successful in 4s

This commit is contained in:
2026-09-06 13:31:37 +01:00
parent 07e0034783
commit c83f9333de
3 changed files with 39 additions and 24 deletions
+5
View File
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `wpSip24Hasher128IO`, `wpSip48Hasher128IO`, `wpSip24Hasher64IO` and `wpSip48Hasher64IO` to setup the siphash IO structs for the different variants
- `wpSipHasher128` and `wpSipHasher64` implementation for the 128 and 64 variants of siphash
- Add `wpU8Const`, `wpU16Const`, `wpU32Const`, `wpU64Const`, `wpI8Const`, `wpI16Const`, `wpI32Const`, and `wpI64Const`
- `wpPrngXorshiftInitWithSeed` to allow for user control with PRNG
### Changed
- Switched to using `wpMiscUtilsRotl64` in `xorshift`
## [2.4.0] - 2026-08-30