All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add examples for initializing the RNGs
- Reduce stack use in
Hc128Core::init
- Adjust crate links
- Bump
rand_core
version to 0.6.0 - Bump MSRV to 1.36 (#1011)
- impl PartialEq Eq for Hc128Rng and Hc128Core (#979)
- Drop some unsafe code, fixing an unsound internal function (#960)
- Bump minor crate version since rand_core bump is a breaking change
- Switch to Edition 2018
- Bump
rand_core
version - Adjust usage of
#[inline]
- Pulled out of the Rand crate