there is a function that returns a random value something like "random (from, to);" ?
I look in the documentation but found none: /
you can use
Sup.Math.Random.integer(min, max)
or
Sup.Math.Random.float(min, max)
Good! thank you :)