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 8b6d4f9 commit a1faaebCopy full SHA for a1faaeb
CHANGELOG.md
@@ -9,9 +9,12 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
11
## [Unreleased]
12
-## Additions
+### Additions
13
- Pub export `Xoshiro128PlusPlus`, `Xoshiro256PlusPlus` prngs (#1649)
14
15
+### Changes
16
+- Let `Fill` be implemented for element types, not sliceable types (#1652)
17
+
18
## [0.9.2 — 2025-07-20]
19
### Deprecated
20
- Deprecate `rand::rngs::mock` module and `StepRng` generator (#1634)
0 commit comments