v4.1.2
Release rand_mt
4.1.2.
rand_mt
is published on crates.io.
Improvements
This release contains testing and packaging improvements:
- Update Cargo.toml manifest version and docs.rs metadata. #125
- Use precise crate version in Cargo.toml snippet in README. #131
- Add reproducibility test for
Mt::new_with_key
. #145 - Fix clippy violations for
clippy::assertions_on_result_states
. #151
Bug Fixes
- Add tests for
fmt::Debug
impls on MT structs. #152