The LazyBoy Library Manual - Random

Part of the System group.

%imacro Random 1
Prefers: AX

Generate a sort-of random number.

While this random number generator mostly uses an algorithm to create a pseudorandom number, on some systems there is a slight touch of what should be actual random data. However even then, any actual random data is only used sporadically and most of the values returned are pseudorandom.

This is not a cryptographically secure random number generator!

Example:

    Random AX     ; get a sort-of random number