Returns a pseudo-random number between a min (inclusive) and a max (exclusive) value.
If min is greater than max the parameters are swapped to support inverted ranges.
The minimum value of the range.
The maximum value of the range.
Returns a pseudo-random number between a min (inclusive) and a max (exclusive) value.
If min is greater than max the parameters are swapped to support inverted ranges.