Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 1.14 KB

Changelog - Zanaptak.BufferedCryptoRandom

GitHub NuGet

1.0.1 (2021-08-11)

  • Update package description

1.0.0 (2021-08-11)

  • Breaking change: Remove static Global instance (shift instance management to user)
  • Add Fable support
  • Add option to disable thread-safety
  • Allow parameterless data-type specific methods (NextInt8(), etc.) to return the max value
  • Enable Source Link
  • Enable deterministic build

0.3.1 (2019-09-29)

  • Fix constructor tooltip

0.3.0 (2019-09-28)

  • Breaking change: Remove Create method. Constructor with integer parameter now specifies custom buffer size instead of an ignored seed parameter.
  • Add NextBytes overload for array range
  • Add NextBoolean
  • Change NextDouble calculation to use 53 random bits (max significant for IEEE floating point) instead of 32

0.2.0 (2019-09-15)

  • Add custom buffer size option

0.1.0 (2019-08-28)

  • Initial release