File tree 4 files changed +21
-0
lines changed
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.3.3] - unreleased
8
+ - Add examples for initializing the RNGs
9
+
7
10
## [ 0.3.2] - 2023-04-15
8
11
- Reduce stack use in ` Hc128Core::init `
9
12
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.3.1] - unreleased
8
+ - Correctly document MSRV as 1.36
9
+ - Fix compiler and clippy warnings
10
+ - Add examples for initializing the RNGs
11
+
7
12
## [ 0.3.0] - 2020-12-18
8
13
- Bump ` rand_core ` version to 0.6 (#17 )
9
14
- Derive PartialEq+Eq for IsaacCore, Isaac64Core, and IsaacArray (#6 )
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.3.1] - unreleased
8
+ - Document how zero seeds are handled
9
+ - Correctly document MSRV as 1.36
10
+ - Speed up ` from_seed ` implementation for 128-bit seeds
11
+ - Add examples for initializing the RNGs
12
+
7
13
## [ 0.3.0] - 2020-12-18
8
14
- Bump ` rand_core ` version to 0.6 (#17 )
9
15
- Derive PartialEq+Eq for XorShiftRng (#6 )
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.6.1] - unreleased
8
+ - Add ` Xoshiro128Plus::long_jump `
9
+ - Add examples for initializing the RNGs
10
+ - Speed up ` from_seed ` implementation for 128-bit seeds
11
+ - Correctly document MSRV as 1.36
12
+ - Fix a few typos in the docs
13
+
7
14
## [ 0.6.0] - 2020-12-18
8
15
- Bump ` rand_core ` version to 0.6 (#17 )
9
16
You can’t perform that action at this time.
0 commit comments