0
random?
im making a game and i want to make a random function that picks a random number between 1 and 100, but im using the normal random function and its not identified, how do i do a random function?
2 Réponses
+ 3
Try Math.random()*100 | 0 + 1
0
in javascript?