Skip to content

Releases: zanaptak/PcgRandom

1.0.0

12 Aug 19:27
Compare
Choose a tag to compare
  • 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

NuGet

0.2.1

29 Sep 02:43
Compare
Choose a tag to compare
  • Enable xml doc for tooltips

0.2.0

26 Sep 23:18
Compare
Choose a tag to compare
  • Add NextBytes overload for array range
  • Use crypto RNG if possible for internal seeds

0.1.2

28 Aug 04:24
Compare
Choose a tag to compare
  • Remove Sample() override

0.1.1

28 Aug 03:04
Compare
Choose a tag to compare
  • Faster NextDouble() method without modulo operations

0.1.0

21 Aug 04:10
Compare
Choose a tag to compare
  • Initial release