Releases: zanaptak/PcgRandom
Releases · zanaptak/PcgRandom
1.0.0
- Update NextDouble to use 53 random bits instead of 32
- Add NextDouble and NextBoolean to all generators
- Replace internal seed logic with Zanaptak.BufferedCryptoRandom
- Enable source link
- Enable deterministic build
0.2.1
- Enable xml doc for tooltips
0.2.0
- Add NextBytes overload for array range
- Use crypto RNG if possible for internal seeds
0.1.1
- Faster NextDouble() method without modulo operations