Rand |
public class RandXoshiro256PlusPlus : RandCustomBase
The RandXoshiro256PlusPlus type exposes the following members.
| Name | Description | |
|---|---|---|
| RandXoshiro256PlusPlus | Initializes a new instance of the RandXoshiro256PlusPlus class | |
| RandXoshiro256PlusPlus(Int64, Int64, Int64, Int64) | Initializes a new instance of the RandXoshiro256PlusPlus class |
| Name | Description | |
|---|---|---|
| NextInt64 | (Overrides RandCustomBaseNextInt64) |
For more information see xoshiro / xoshiro generators and the PRNG shootout.
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 |
227,676,370,856 | 65476086 0000000003E715F6 | 9223372036805982411 7FFFFFFFFD1778CB |