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.57572860576945

RAND(NAN) = RAND(NAN)

RAND(INF) = RAND(INF)

RAND(-INF) = RAND(-INF)

On this page