+ 1
Library random?
How can I put a random number into my code, I know I have to write Math.round(Math.random()*(b-a)+a) but i don't know if i have to use a extra library or something like that, please help D:
3 Answers
+ 17
If it's Java, then you don't need any external library.
0
thank you all, I solved my problem :)
0
You can always use functions.