Go to the first, previous, next, last section, table of contents.


1.10.1.32 rand

The `rand(x)` function returns a pseudo random number in the interval [0:1] using the real part of its argument as a seed. If seed < 0, the sequence is (re)initialized. If the argument is a complex value, the imaginary component is ignored.


Go to the first, previous, next, last section, table of contents.