08.03.2013, 21:42
It will surely fail 99 percent of the times.
When you use random(NUM), the NUM is the highest number can that can be chosen.
Therefore the chances that the number will be equal to the maximum number are low, aiming to zero.
-> Impossible.
-> The chances are aiming to zero.
-> That would happen 99 percent of the times.
When you use random(NUM), the NUM is the highest number can that can be chosen.
Therefore the chances that the number will be equal to the maximum number are low, aiming to zero.
pawn Code:
randomly > number
pawn Code:
randomly == number
pawn Code:
randomly < number