Definitions for "Rnd"
Keywords:  autoshade, format
AutoShade format
This function returns a random value of type single in the half open interval [0, 1). Used in conjunction with the Int function, it can return a random integer in the range [a, b] by including it in the expression Int( Rnd * (b - a) ) + a + 1.
round(s)
Rounded screen monitor (traditional style)