RAND
Synopsis
Generate a pseudo-random real number
Description
The RAND
function returns a pseudo-random number. The sequence is generated by the xoroshiro128+ (v1.0) pseudo-random number generator.
Compatibility
RAND
is fully equivalent to its userRPL counterpart.
Usage
Input
« 32 SETPREC -1 RDZ RAND »
Output
4: 3: 2: 1: 0.437333743646 …………………………………………………………………………………………………………