Skip to content

Initial Release

Compare
Choose a tag to compare
@everythingfunctional everythingfunctional released this 05 May 15:20
· 3 commits to main since this release
4fa0fdd

The initial release contains two RNG implementations:

  • A 32 bit linear congruential generator from Numerical Recipes
  • A 64 bit split mix implementation