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

◆ RandomInt() [2/2]

static int Terraria.Utils.RandomInt ( ref ulong seed,
int min,
int max )
inlinestatic

Definition at line 2157 of file Utils.cs.

2158 {
2159 return RandomInt(ref seed, max - min) + min;
2160 }
static int RandomInt(ref ulong seed, int max)
Definition Utils.cs:2140

References Terraria.Utils.RandomInt().

+ Here is the call graph for this function: