UIntRange.RandomInclusive
Method in UIntRange
Declaration
public uint RandomInclusive()
Description
Returns a random value in the range [inclusive, inclusive].
Returns
uint | A random value in the range [inclusive, inclusive]. |
public uint RandomInclusive()
Returns a random value in the range [inclusive, inclusive].
uint | A random value in the range [inclusive, inclusive]. |