Hi ! If you just want to pick an random number, you should use:
let number = Sup.Math.Random.integer(min, max) - For an integer
or
let number = Sup.Math.Random.float(min, max) - For an decimal number
I hope I helped you :)