Info
Version: | 1.0.0 |
Author(s): | zanaptak |
Last Update: | Thursday, August 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zanaptak/PcgRandom |
NuGet Url: | https://www.nuget.org/packages/Zanaptak.PcgRandom |
Install
Install-Package Zanaptak.PcgRandom
dotnet add package Zanaptak.PcgRandom
paket add Zanaptak.PcgRandom
Zanaptak.PcgRandom Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FSharp.Core(>= 4.3.4)
- FSharp.Core(>= 4.3.4)
Tags
PCG (https://www.pcg-random.org/) is a family of simple fast space-efficient statistically good algorithms for random number generation.