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