Table of Contents

Advertisement

RND
Purpose
Returns random numbers between 0 and 1.
Form
RND [(<X»]
Description
(1) Generates random numbers between 0 and 1 (including
0). Each RUN instruction generates the same random
sequence.
(2) The following random numbers are generated depend­
ing on the <x> sign. The default value is positive.
When <x> is positive: Generates the subsequent random
number.
When <x> is 0: Regenerates the preceding random number.
When <x> is negative: Generates a new random sequence
(always the same random sequence, independent from the
<x> value).
3-97

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents