Menu

RAND

Description

RAND returns uniformly distributed random real numbers greater than or equal to 0 and less than 1. A new random real number is returned each time the worksheet is recalculated.

Examples

RAND() = 0.49025118886039

RAND(NAN) = NAN

RAND(INF) = NAN

RAND(-INF) = NAN

On this page