Skip to content

Commit 0993ba6

Browse files
committed
CHANGELOG for rust-random#1530
1 parent 7813eb0 commit 0993ba6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This is a pre-release. To depend on this version, use `rand = "=0.9.0-beta.0"` t
5353
- New, faster algorithms for `SliceRandom::shuffle` and `partial_shuffle` (#1272)
5454
- Split trait `SliceRandom` into `IndexedRandom`, `IndexedMutRandom`, `SliceRandom` (#1382)
5555
- Add `IndexedRandom::choose_multiple_array`, `index::sample_array` (#1453, #1469)
56+
- Fix `IndexdRandom::choose_multiple_weighted` for very small seeds and optimize for large input length / low memory (#1530)
5657

5758
### Distributions
5859
- Rename module `rand::distributions` to `rand::distr` (#1470)

rand_distr/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a pre-release. To depend on this version, use `rand = "=0.9.0-beta.0"` t
1313
- The `serde1` feature has been renamed `serde` (#1477)
1414

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

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

0 commit comments

Comments
 (0)