|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| unsafe | XoshiroImpl () |
| override int | Next () |
| override int | Next (int maxValue) |
| override int | Next (int minValue, int maxValue) |
| override long | NextInt64 () |
| override long | NextInt64 (long maxValue) |
| override long | NextInt64 (long minValue, long maxValue) |
| override void | NextBytes (byte[] buffer) |
| unsafe override void | NextBytes (Span< byte > buffer) |
| override double | NextDouble () |
| override float | NextSingle () |
| override double | Sample () |
Package Functions | |
| uint | NextUInt32 () |
| ulong | NextUInt64 () |
Private Attributes | |
| ulong | _s0 |
| ulong | _s1 |
| ulong | _s2 |
| ulong | _s3 |