v4.1.0
NOTE: This release has been yanked because a bug in fill_bytes
means the RNGs are not reproducible. All users of v4.1.0 should upgrade to v4.1.1.
Release rand_mt
4.1.0.
rand_mt
is published on crates.io.
Improvements
This release contains security updates and internal refactorings:
- Update dev-dependencies and remove some transitive dependencies. #112
- Improve performance of
fill_bytes
functions. #116 - Resync the text of the Apache-2.0 license file. #118
- Unconditionally make crate 'no_std' and explicitly link to
std
when the feature is enabled. #119
This release contains improvements to documentation, testing, and release packaging.