Split |
public class SplitMix : RandCustomBase
The SplitMix type exposes the following members.
| Name | Description | |
|---|---|---|
| SplitMix | Initializes a new instance of the SplitMix class | |
| SplitMix(Int64) | Initializes a new instance of the SplitMix class |
| Name | Description | |
|---|---|---|
| NextInt64 | (Overrides RandCustomBaseNextInt64) |
For more information see Fast splittable pseudorandom number generators.
Long running tests have observed the expected minimum value 0 (0x0) and maximum 2147483646 (0x7FFFFFFE). Looping to find the Int64 limits reached these values:
LOOP | MINIMUM | MAXIMUM |
168,320,583,161 | 14154365 0000000000D7FA7D | 9223372036818997015 7FFFFFFFFDDE0F17 |