- Internal random number generator interface for
V7Generator
fromrand::RngCore
togenerator::Rng
to relax hard dependency onrand
crate- Maintained backward compatibility, though is deprecated, by providing
blanket implementation of
generator::Rng
forrand::RngCore
- Maintained backward compatibility, though is deprecated, by providing
blanket implementation of
V7Generator::with_rand08()
to make integration withrand
explicitgenerator
module
- Minor test case and document updates
- Minor refactoring and document fixes
- Initial stable release