Skip to content

v4.1.1

Compare
Choose a tag to compare
@lopopolo lopopolo released this 02 Dec 06:53
147a153

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 in fill_bytes with empty remainder. #122

This release contains improvements to documentation, testing, and release packaging.