Swift implementations of the following deterministic random bit generators:
- xoshiro256++
- xoshiro256**
- xoshiro256+
- xoroshiro128++
- xoroshiro128**
- xoroshiro128+
- splitmix64
- xoshiro512++
- xoshiro512**
- xoshiro512+
- wyrand
The latest documentation is hosted by Swift Package Index.
All public classes, structs, and functions should be documented. If you notice a documentation shortcoming please open a new issue.
Released under the MIT License.