RandomUtility
Assembly: uMod.Core.dll
Inheritance Object RandomUtility
Summary
Utility methods for random number generation
Constructors
Name | Summary |
|---|---|
RandomUtility () |
Methods
Name | Summary |
|---|---|
Returns a random integer which is bigger than or equal to min and smaller than max. If max equals min, min will be returned. | |
Range ( | Returns a random integer which is bigger than or equal to 0 and smaller than max. |
Returns a random double between min and max. | |
Returns a random float between min and max. |