Class | Description |
---|---|
MWC8222 |
Marsaglia's MWC256 (also known as MWC8222) is a multiply-with-carry generator.
|
SHR0 |
SHR0 is a simple uniform random number generator.
|
SHR3 |
SHR3 is a 3-shift-register generator with period 2^32-1.
|
UniformRNG |
A pseudo uniform random number generator samples numbers from the unit interval, [0, 1],
in such a way that there are equal probabilities of them falling in any same length sub-interval.
|
Enum | Description |
---|---|
UniformRNG.Method |
the pseudo uniform random number generators available
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.