Function RND

rnd()
The function returns a random decimal value between 0(inclusive) and 1(exclusive). Example:
a = ceiling(rnd() * 10)' it is a random integer number between 1 and 10