Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ NextUInt32()

uint System.Random.XoshiroImpl.NextUInt32 ( )
inlinepackage

Definition at line 455 of file Random.cs.

456 {
457 return (uint)(NextUInt64() >> 32);
458 }

References System.Random.XoshiroImpl.NextUInt64().