D | |
| Dsfmt_19937 | double precision SIMD oriented Fast Mersenne Twister pseudorandom number generator based on IEEE 754 format, with the period 2^19937 - 1 in 52 bit units. |
| Dsfmt_216091 | double precision SIMD oriented Fast Mersenne Twister pseudorandom number generator based on IEEE 754 format, with the period 2^216091 - 1 in 52 bit units. |
M | |
| Mt19937ar | Mersenne Twister pseudorandom number generator, with the period 2^19937 - 1 in 32 bit units. |
S | |
| Sfmt_19937 | SIMD oriented Fast Mersenne Twister pseudorandom number generator, with the period 2^19937 - 1 in 32 bit units. |
| Sfmt_216091 | SIMD oriented Fast Mersenne Twister pseudorandom number generator, with the period 2^216091 - 1 in 32 bit units. |
U | |
| Uniform_distribution | Converting from the generated bit sequence to the ranged number with a uniform distribution. |