Y
Hacker News
new
|
ask
|
show
|
jobs
by
lern_too_spel
1627 days ago
There's a built-in method for randomly selecting an int in a range. Use that.
1 comments
csears
1626 days ago
Are you thinking of the Lodash random() function? Or Crypto.getRandomValues()?
link
lern_too_spel
1626 days ago
https://docs.oracle.com/javase/8/docs/api/java/util/Random.h...
link