940 B
940 B
Changelog
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.
[0.1.0] - Unreleased
rand-core
crate
(Split out of the Rand crate, changes here are relative to rand 0.4.2)
RngCore
andSeedableRng
are now part ofrand-core
. (#288)- Added modules to help implementing RNGs
impl
andle
. (#209, #228) - added
Error
andErrorKind
. (#225) - Added
CryptoRng
marker trait. (#273) - Added
BlockRngCore
trait. (#281) - Added
BlockRng
wrapper to help implemtations. (#281) - Revised the
SeedableRng
trait. (#233) - Removed default implementations for
RngCore::next_u64
andRngCore::fill_bytes
. (#288) - Added
RngCore::try_fill_bytes
. (#225)
[0.0.1] - 2017-09-14
Experimental version as part of the rand crate refactor.