Skip to content

RAND

Category: Function
Syntax: RAND()

Description

Returns a pseudo-random integer value between 0 and 32767.

See also

Example

10 LET A = RAND()
20 PRINT("Random value: ", A)