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 b5cc717 commit a6fe364Copy full SHA for a6fe364
CHANGELOG.md
@@ -11,8 +11,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
11
## [Unreleased]
12
- Add `rand::distributions::WeightedIndex::{weight, weights, total_weight}` (#1420)
13
- Bump the MSRV to 1.61.0
14
-- Introduce `Rng::random` as an identical alternative to `Rng::gen`, which is now deprecated due to conflicting with a
15
- keyword in Rust 2024 (#1435)
+- Rename `Rng::gen` to `Rng::random` to avoid conflict with the new `gen` keyword in Rust 2024 (#1435)
16
- Move all benchmarks to new `benches` crate (#1439)
17
18
## [0.9.0-alpha.1] - 2024-03-18
0 commit comments