Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference

rrandom


Type:   -   function (subr)
Source:   -   xlmath.c, xlisp.c

Syntax

(rrandom)
returns - a random floating point number between 0 and 1 inclusive

Description

The 'random' function returns a random floating point number between 0 and 1 inclusive.

Examples


  Back to Top


Nyquist / XLISP 2.0  -  Contents | Tutorials | Examples | Reference