FsRandom
FsRandom Namespace
| Module | Description |
| Array | Provides basic operations on arrays. |
| Array2D | Provides basic operations on 2-dimensional arrays. |
| FsRandomExtensions | Provides extension methods that allow languages to use LINQ expressions. |
| List | Provides basic operations on lists. |
| MersenneTwister | Implements Mersenne Twister 64-bit version. See http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html for details. |
| Random | Provides basic operations on generator functions. |
| RandomNumberGenerator | Provides the core random classes and the primitive random number generators. |
| Seq | Generates sequences for generator functions. |
| SimdOrientedFastMersenneTwister | Implements SIMD-Oriented Fast Mersenne Twister. See http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html for details. |
| Statistics | Provides generator functions related to statistical random distributions. |
| String | Provides basic operations on strings. |
| Utility | Provides utility functions. |