Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 901 Bytes

Changelog - Zanaptak.PcgRandom

GitHub NuGet

1.0.0 (2021-08-12)

  • 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 (2019-09-29)

  • Enable xml doc for tooltips

0.2.0 (2019-09-26)

  • Add NextBytes overload for array range
  • Use crypto RNG if possible for internal seeds

0.1.2 (2019-08-28)

  • Remove Sample() override

0.1.1 (2019-08-28)

  • Faster NextDouble() method without modulo operations

0.1.0 (2019-08-21)

  • Initial release