We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8492b75 commit 8f3f57eCopy full SHA for 8f3f57e
rand_core/CHANGELOG.md
@@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
-## [0.1.0] - TODO - date
+## [0.2.0] - Unreleased
9
+- Enable the `std` feature by default. (#409)
10
+- Change `BlockRng64::inner` and add `BlockRng64::inner_mut` to mirror `BlockRng`. (#419)
11
+- Add `BlockRng{64}::index` and `BlockRng{64}::generate_and_set`. (#374, #419)
12
+
13
+## [0.1.0] - 2018-04-17
14
(Split out of the Rand crate, changes here are relative to rand 0.4.2)
15
- `RngCore` and `SeedableRng` are now part of `rand_core`. (#288)
16
- Add modules to help implementing RNGs `impl` and `le`. (#209, #228)
0 commit comments