Sourced from rand's changelog.
[0.9.1] - 2025-04-17
Security and unsafe
Fixes
- Fix feature
simd_support
for recent nightly rust (#1586)Changes
- Allow
fn rand::seq::index::sample_weighted
andfn IndexedRandom::choose_multiple_weighted
to return fewer thanamount
results (#1623), reverting an undocumented change (#1382) to the previous release.Additions
ec6d5c0
Prepare rand_core v0.9.1 (#1591)6a06056
rand_core: introduce an UnwrapMut wrapper (#1589)8929123
Add Alphabetic
distribution (#1587)06b1642
Remove unnecessary underscore from `impl<T, const N: usize>
Distribution<[T; ...49d76cd
rename extract to extract_lane (#1586)e0a70fd
Change to use array::from_fn
in Distribution\<[T;
N]> for StandardUniform
...0bc3f65
Move rand distr (#1577)2677c49
Revise "not a crypto library" policy and SECURITY.md (#1565)bfd1826
SeedableRng docs: add note on (lack of) reproducibility (#1572)c01aee7
Fix some links (#1571)