Quote:
Originally Posted by --kml--
ooo
i c
so it is only a too b?
cannot do a b c?
or 1 , 2 , 3?
and yet are there an alternative to random num O.O
|
If you read the link what bugsy specified, you should now that it returns a random number between the two parameters. So I don't understand what random_num(1, 2, 3) could return? If you want a random number from 1, 2, 3 you would obviously use random_num(1, 3).