Added Xorshiro128++ random number generator. (#2846)

* Added Xorshiro128++ random number generator.

* Fixes to xorshiro implementation + tests.

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
Laura Kirsch
2026-02-06 20:14:56 +01:00
committed by GitHub
parent c57415ea78
commit 5b93212f43
3 changed files with 58 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
- Added PEM encoding/decoding. #2858
- Add Murmur3 hash.
- Add optional line-length limitations to `io::readline` and `io::readline_to_stream`. #2879
- Add Xorshiro128++.
### Fixes
- Add error message if directory with output file name already exists