File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ You may also find the [Update Guide](UPDATING.md) useful.
43
43
- Add ` RngCore::try_fill_bytes ` . (#225 )
44
44
45
45
### Other traits and types
46
- - Add ` NewRng ` trait. (#233 )
46
+ - Add ` FromEntropy ` trait. (#233 , # 375 )
47
47
- Add ` SmallRng ` wrapper. (#296 )
48
48
- Rewrite ` ReseedingRng ` to only work with ` BlockRngCore ` (substantial performance improvement). (#281 )
49
49
- Deprecate ` weak_rng ` . Use ` SmallRng ` instead. (#296 )
@@ -52,6 +52,7 @@ You may also find the [Update Guide](UPDATING.md) useful.
52
52
53
53
### Random number generators
54
54
- Switch ` StdRng ` and ` thread_rng ` to HC-128. (#277 )
55
+ - ` StdRng ` must now be created with ` from_entropy ` instead of ` new `
55
56
- Change ` thread_rng ` reseeding threshold to 32 MiB. (#277 )
56
57
- PRNGs no longer implement ` Copy ` . (#209 )
57
58
- ` Debug ` implementations no longer show internals. (#209 )
You can’t perform that action at this time.
0 commit comments