Skip to content

Releases: Archaeologic-Inc/rngff

Explicit Conversions

22 Feb 22:48
8eccd14
Compare
Choose a tag to compare

Adds explicit conversions where the compiler was complaining about them.

Fix Split

12 May 14:34
1668540
Compare
Choose a tag to compare

Fix splitting the splitmix RNG

Initial Release

05 May 15:20
4fa0fdd
Compare
Choose a tag to compare

The initial release contains two RNG implementations:

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