Releases: bgrainger/PcgRandom
Releases · bgrainger/PcgRandom
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)
- Support the new methods on the
- Improve seeding of a
new PcgRandom()
instance - Add source link and embedded debug symbols
- Create a deterministic build
- Remove
net40
target framework