Skip to content

Releases: bgrainger/PcgRandom

1.2.0

14 Apr 16:33
1.2.0
Compare
Choose a tag to compare
  • 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

1.1.0

14 Apr 15:46
Compare
Choose a tag to compare

Rebuild with .NET Core 2.0 tooling.

1.0.0

14 Apr 15:45
Compare
Choose a tag to compare

Initial release of a .NET implementation of the PCG family of random number generators.