FsRandom

This package offers users to generate random states using computation expression syntax (and also LINQ syntax for C# users). 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.


Keywords
monte-carlo, random-number, computation-expression, statistics, F#, dotnet, f-sharp, random
License
Other
Install
Install-Package FsRandom -Version 1.4.0.1

Documentation

CircleCI

FsRandom

FsRandom is a purely-functional random number generator framework designed for F# language. It helps you to obtain a variety of random numbers to use more than ten predefined generators, and to define a new function to generate random numbers you want.

See the project home page for details.

Install

FsRandom can be installed from NuGet.

License

The 3-Clause BSD License

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)