RAND
The RAND function returns a pseudorandom number.
- Syntax:
- RAND ()
- Meaning:
- RAND ()
- Returns:
- A single number item
RAND takes no parameters. If the SEED function is called prior to RAND, RAND will return the same value based on the value to SEED.
Related functions
- RANDDATA
- SEED