Rand |
public class RandXoshiro512PlusPlus : RandCustomBase
The RandXoshiro512PlusPlus type exposes the following members.
| Name | Description | |
|---|---|---|
| RandXoshiro512PlusPlus | Initializes a new instance of the RandXoshiro512PlusPlus class | |
| RandXoshiro512PlusPlus(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Initializes a new instance of the RandXoshiro512PlusPlus 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 |
182,856,000,800 | 4872452 00000000004A5904 | 9223372036826588486 7FFFFFFFFE51E546 |