Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NextUInt32()
uint System.Random.XoshiroImpl.NextUInt32
(
)
inline
package
Definition at line
455
of file
Random.cs
.
456
{
457
return
(uint)(
NextUInt64
() >> 32);
458
}
System.Random.XoshiroImpl.NextUInt64
ulong NextUInt64()
Definition
Random.cs:461
References
System.Random.XoshiroImpl.NextUInt64()
.
System
Random
XoshiroImpl
Generated by
1.10.0