You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
+
4
+
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
+
## Unreleased
8
+
9
+
This is a new implementation by [@tertu-m](https://github.com/tertu-m) and [@dhardy](https://github.com/dhardy/). The prior implementation has been renamed to [sfc-prng](https://crates.io/crates/sfc-prng).
10
+
11
+
Compared to the prior implementation:
12
+
13
+
### Changed
14
+
15
+
- Value-stability is not preserved since constructors use a different number of mixing rounds
16
+
17
+
### Removed
18
+
19
+
- The `new` and `new_u64` constructors are not included
0 commit comments