Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NextSeed()
[2/2]
static ulong Terraria.Utilities.FastRandom.NextSeed
(
ulong
seed
)
inline
static
private
Definition at line
85
of file
FastRandom.cs
.
86
{
87
return
(seed * 25214903917
L
+ 11) & 0xFFFFFFFFFFFFuL;
88
}
System.ConsoleKey.L
@ L
References
System.L
.
Terraria
Utilities
FastRandom
Generated by
1.10.0