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 2924af6 commit 937320cCopy full SHA for 937320c
CHANGELOG.md
@@ -14,6 +14,8 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
14
- Fix "min_const_gen" feature for `no_std` (#1173)
15
- Check `libc::pthread_atfork` return value with panic on error (#1178)
16
- More robust reseeding in case `ReseedingRng` is used from a fork handler (#1178)
17
+- Fix nightly: remove unused `slice_partition_at_index` feature (#1215)
18
+- Fix nightly + `simd_support`: update `packed_simd` (#1216)
19
20
### Rngs
21
- `StdRng`: Switch from HC128 to ChaCha12 on emscripten (#1142).
0 commit comments