utility.getRandomIntEx(number)
Return you a random int with a maximum value you set
Usage exemple :
const max = 125
utility.getRandomIntEx(max)
Last updated
Was this helpful?
Return you a random int with a maximum value you set
Usage exemple :
const max = 125
utility.getRandomIntEx(max)
Last updated
Was this helpful?