Skip to content

Commit

Permalink
CHANGELOG for rust-random#1530
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 26, 2024
1 parent 7813eb0 commit 0993ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ This is a pre-release. To depend on this version, use `rand = "=0.9.0-beta.0"` t
- New, faster algorithms for `SliceRandom::shuffle` and `partial_shuffle` (#1272)
- Split trait `SliceRandom` into `IndexedRandom`, `IndexedMutRandom`, `SliceRandom` (#1382)
- Add `IndexedRandom::choose_multiple_array`, `index::sample_array` (#1453, #1469)
- Fix `IndexdRandom::choose_multiple_weighted` for very small seeds and optimize for large input length / low memory (#1530)

### Distributions
- Rename module `rand::distributions` to `rand::distr` (#1470)
Expand Down
2 changes: 1 addition & 1 deletion rand_distr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a pre-release. To depend on this version, use `rand = "=0.9.0-beta.0"` t
- The `serde1` feature has been renamed `serde` (#1477)

### Testing
- Add Kolmogorov Smirnov tests for distributions (#1494, #1504, #1525)
- Add Kolmogorov Smirnov tests for distributions (#1494, #1504, #1525, #1530)

### Fixes
- Fix Knuth's method so `Poisson` doesn't return -1.0 for small lambda (#1284)
Expand Down

0 comments on commit 0993ba6

Please sign in to comment.