File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ The `rand` crate has been at version `0.3` since March 2015. If you wish to
29
29
avoid all breaking changes you may wish to stick with this version.
30
30
31
31
Version ` 0.4 ` was released in December 2017. It contains almost no breaking
32
- changes since the ` 0.3 ` series, but nevertheless (will) contain a significant
33
- amount of new code, including a new "external" entropy source (` JitterRng ` ),
34
- ` no_std ` support, and significant performance improvements for the ISAAC random
35
- number generators.
32
+ changes since the ` 0.3 ` series, but nevertheless contains some significant
33
+ new code, including a new "external" entropy source (` JitterRng ` ) and ` no_std `
34
+ support.
35
+
36
+ Version ` 0.5 ` is in development and contains significant performance
37
+ improvements for the ISAAC random number generators.
36
38
37
39
## Examples
38
40
You can’t perform that action at this time.
0 commit comments