CALC.rand()

Return a pseudo-random number between 0 and 1. This CALC function returns the same result as the Excel function of the similar name.

Example

CALC.rand();   // returns 0.5720482597650401, for example