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 4cc9891 commit 1422700Copy full SHA for 1422700
CHANGELOG.md
@@ -17,6 +17,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
17
- Fix `OsError::raw_os_error` on UEFI targets by returning `Option<usize>` (#1665)
18
- Replace fn `TryRngCore::read_adapter(..) -> RngReadAdapter` with simpler struct `RngReader` (#1669)
19
- Remove fns `SeedableRng::from_os_rng`, `try_from_os_rng` (#1674)
20
+- Remove `Clone` support for `StdRng`, `ReseedingRng` (#1677)
21
22
### Additions
23
- Add fns `IndexedRandom::choose_iter`, `choose_weighted_iter` (#1632)
0 commit comments