mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user