Skip to content

Commit 34530b5

Browse files
committed
rand_xoshiro: Update changelog
1 parent 8f58b7a commit 34530b5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

rand_xoshiro/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- Shrink the code size of the all-zero-seed fallback by replacing the per-RNG
10+
`SplitMix64::seed_from_u64(0)` call with a single shared constant.
11+
712
## [0.8.0] - 2026-02-01
813
### Changes
914
- Use Edition 2024 and MSRV 1.85 ([#73])

0 commit comments

Comments
 (0)