v4.1.1
Release rand_mt
4.1.1.
rand_mt
is published on crates.io.
NOTE: This release is a critical bugfix update to v4.1.0, which 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.
Bug Fixes
- Do not eagerly call
next_uNN
infill_bytes
with empty remainder. #122
This release contains improvements to documentation, testing, and release packaging.