Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@bgrainger bgrainger released this 14 Apr 16:33
1.2.0
  • Add .NET 6.0 support
    • Support the new methods on the Random class: NextInt64, NextSingle, NextBytes(Span<byte>)
    • Ensure that NextDouble uses the PCG algorithm (instead of the base class algorithm)
  • Improve seeding of a new PcgRandom() instance
  • Add source link and embedded debug symbols
  • Create a deterministic build
  • Remove net40 target framework