Skip to content

Commit

Permalink
Merge pull request #48 from vks/update-changelogs
Browse files Browse the repository at this point in the history
Update changelogs
  • Loading branch information
dhardy committed Dec 13, 2023
2 parents ac0cf3c + 5b414f8 commit 2bdf9b5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rand_hc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.3] - unreleased
- Add examples for initializing the RNGs

## [0.3.2] - 2023-04-15
- Reduce stack use in `Hc128Core::init`

Expand Down
5 changes: 5 additions & 0 deletions rand_isaac/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - unreleased
- Correctly document MSRV as 1.36
- Fix compiler and clippy warnings
- Add examples for initializing the RNGs

## [0.3.0] - 2020-12-18
- Bump `rand_core` version to 0.6 (#17)
- Derive PartialEq+Eq for IsaacCore, Isaac64Core, and IsaacArray (#6)
Expand Down
6 changes: 6 additions & 0 deletions rand_xorshift/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - unreleased
- Document how zero seeds are handled
- Correctly document MSRV as 1.36
- Speed up `from_seed` implementation for 128-bit seeds
- Add examples for initializing the RNGs

## [0.3.0] - 2020-12-18
- Bump `rand_core` version to 0.6 (#17)
- Derive PartialEq+Eq for XorShiftRng (#6)
Expand Down
7 changes: 7 additions & 0 deletions rand_xoshiro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.1] - unreleased
- Add `Xoshiro128Plus::long_jump`
- Add examples for initializing the RNGs
- Speed up `from_seed` implementation for 128-bit seeds
- Correctly document MSRV as 1.36
- Fix a few typos in the docs

## [0.6.0] - 2020-12-18
- Bump `rand_core` version to 0.6 (#17)

Expand Down

0 comments on commit 2bdf9b5

Please sign in to comment.