Rand |
Note: This API is now obsolete.
[ObsoleteAttribute("This legacy PRNG algorithm should replaced with a more modern and effective one")] public class RandEcuyerMRG63k3a : RandCustomBase
The RandEcuyerMRG63k3a type exposes the following members.
Name | Description | |
---|---|---|
RandEcuyerMRG63k3a | Initializes a new instance of the RandEcuyerMRG63k3a class | |
RandEcuyerMRG63k3a(Int64, Int64, Int64, Int64, Int64, Int64) | Initializes a new instance of the RandEcuyerMRG63k3a class |
See: Good Parameter Sets for Combined Multiple Recursive Random Number Generators.
Long running tests have observed the expected minimum values Next 0 (0x0) from Core 0.000000000270468 and the expected maximum Next 2147483646 (0x7FFFFFFE) from Core 0.999999999924479.
A Core 0.0 is unlikely to be seen because there is a vanishing chance of seeing the limit values of 0x0000000000000000 and 0xFFFFFFFFFFFFFFFF in a flat random distribution of 64 bit values.