Releases: Archaeologic-Inc/rngff
Releases · Archaeologic-Inc/rngff
Explicit Conversions
Adds explicit conversions where the compiler was complaining about them.
Fix Split
Fix splitting the splitmix RNG
Initial Release
The initial release contains two RNG implementations:
- A 32 bit linear congruential generator from Numerical Recipes
- A 64 bit split mix implementation