Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

RND( <interval> )

Description

The RND command generates a random number within the interval.

Example

NEW
10 PRINT RND(200)
20 PRINT RND(200)
30 PRINT RND(200)

Returns:

18
54
195

Note: The numbers are random...

Clone this wiki locally