UIntRange.Random
Method in UIntRange
Implements INumberRange<T>.Random
Declaration
public uint Random()
Description
Returns a random value in the range [inclusive, exclusive).
Returns
uint | A random value in the range [inclusive, exclusive). |
public uint Random()
Returns a random value in the range [inclusive, exclusive).
uint | A random value in the range [inclusive, exclusive). |