Rand |
Note: This API is now obsolete.
[ObsoleteAttribute("This legacy PRNG algorithm should replaced with a more modern and effective one")] public class RandEcuyerLFSR113 : RandCustomBase
The RandEcuyerLFSR113 type exposes the following members.
Name | Description | |
---|---|---|
RandEcuyerLFSR113 | Initializes a new instance of the RandEcuyerLFSR113 class | |
RandEcuyerLFSR113(Int32, Int32, Int32, Int32) | Initializes a new instance of the RandEcuyerLFSR113 class |
Name | Description | |
---|---|---|
NextInt64 | (Overrides RandCustomBaseNextInt64) |
Long running tests have observed the expected minimum values Next 0 (0x0) and Core 0.0 and the expected maximum Next 2147483646 (0x7FFFFFFE) from Core 0.999999999534339.
See: Tables of Maximally Equidistributed Combined LFSR Generators (PDF).