Functions
RAND
Random number between 0 and 1
When to use it
When should I use RAND?
Use RAND to generate a uniformly distributed random number between 0 and 1, useful for Monte Carlo simulations, random sampling, or adding noise to a model.
Used in
Syntax
RAND()