Quote:
Originally Posted by 0PiX0
Also, I believe there is a rediculously slight chance that
will return null in the case that the random function returned the maximum possibility. However, I might be wrong about that.
|
You are.
random(min, max) returns a number between the specified minimum and maximum, not equaling the maximum (the minimum can be equalled in rare circumstances).