Info
Version: | 1.4.0.1 |
Author(s): | RecycleBin |
Last Update: | Saturday, April 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://kos59125.github.io/FsRandom/ |
NuGet Url: | https://www.nuget.org/packages/FsRandom |
Install
Install-Package FsRandom
dotnet add package FsRandom
paket add FsRandom
FsRandom Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.3.4)
Tags
This provides a variety of random functions: generating random collections, random sampling, shufflig, and also statistical functions like normal, gamma, and Poisson.
Xorshift algorithm is used for the default, but you can choose another algorithm to pick random numbers, e.g.
Mersenne Twister and System.Random.