File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
14
14
- Added a ` serde1 ` feature and added Serialize/Deserialize to ` UniformInt ` and ` WeightedIndex ` (#974 )
15
15
- Document types supported by ` random ` (#994 )
16
16
- Implement weighted sampling without replacement (#976 , #1013 )
17
+ - Add ` IteratorRandom::choose_stable ` as an alternative to ` choose ` which does not depend on size hints (#1057 )
17
18
18
19
### Changes
19
20
- ` getrandom ` updated to v0.2 (#1041 )
@@ -33,6 +34,8 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
33
34
- ` StdRng ` : Switch from ChaCha20 to ChaCha12 for better performance (#1028 )
34
35
- ` SmallRng ` : Replace PCG algorithm with xoshiro{128,256}++ (#1038 )
35
36
- The ` nightly ` feature no longer implies the ` simd_support ` feature (#1048 )
37
+ - Fix ` simd_support ` feature to work on current nightlies (#1056 )
38
+ - Improve accuracy and performance of ` IteratorRandom::choose ` (#1059 )
36
39
37
40
## [ 0.7.3] - 2020-01-10
38
41
### Fixes
You can’t perform that action at this time.
0 commit comments