Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@ociaw ociaw released this 04 Apr 07:19
· 14 commits to master since this release

Full Changelog

  • Added .NET 6 and .NET 7 targets
  • (Breaking Change) Dropped .NET 5 target
  • Deprecated the CryptoServiceProvider RNG due to deprecation of RNGCryptoServiceProvider
  • Added the SystemCryptoRNG to replace CryptoServiceProvider
  • Added the Singleton distribution
  • Added Select and SelectMany extension methods for IDistribution
  • Support for SIMD acceleration of ChaCha on ARM when running on .NET 7 or later

RandN.Core

  • Added .NET 6 and .NET 7 targets
  • (Breaking Change) Dropped .NET 5 target
  • Added nullable annotations to IDistribution<T>.TrySample