|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Generates a random value between minValue (inclusive) and maxValue (exclusive).
For example Next(4, 8) can return 4, 5, 6, or 7. It will not return 8.
| minValue | |
| maxValue |
| T:System.ArgumentOutOfRangeException |
Definition at line 120 of file UnifiedRandom.cs.
References Terraria.Utilities.UnifiedRandom.GetSampleForLargeRange(), and Terraria.Utilities.UnifiedRandom.Sample().
Here is the call graph for this function: