02.01.2016, 18:36
Hello. I've got a question about the random() function.
If I have this:
Does this mean "randomnumber" has the possibility to be either 1, 2, 3 or 4?
Or does it mean it has the possibility to be 2, 3, 4 or whatever? Thanks in advance
If I have this:
Код:
new randomnumber = random(1, 4)
Or does it mean it has the possibility to be 2, 3, 4 or whatever? Thanks in advance