RandN.Rngs Namespace

Class Types

ClassSummary
ChaChaA cryptographically secure random number generator using the ChaCha algorithm.
CryptoServiceProviderA cryptographically secure random number generator wrapping RNGCryptoServiceProvider.
Mt1993764A random number generator using the Mersenne Twister algorithm, variant MT19937-64. Based on the pseudocode provided from https://en.wikipedia.org/wiki/Mersenne_twister and the original C code at http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/VERSIONS/C-LANG/mt19937-64.c
Pcg32A PCG random number generator (XSH RR 64/32 (LCG) variant).
XorShiftA random number generator using the XOR Shift algorithm.