We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58b7a commit 34530b5Copy full SHA for 34530b5
1 file changed
rand_xoshiro/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
+
12
## [0.8.0] - 2026-02-01
13
### Changes
14
- Use Edition 2024 and MSRV 1.85 ([#73])
0 commit comments