Initial Release
·
3 commits
to main
since this release
The initial release contains two RNG implementations:
- A 32 bit linear congruential generator from Numerical Recipes
- A 64 bit split mix implementation