Rand

What is rand function?
How do you write a Rand function? If we wish to generate a random number between two numbers, we can use the formula RAND() * (b – a) + a, where a is ...