F64_Random()
Syntax
pointer.double
= F64_Random(n.double [, seed.l]))
Description
Generates
a random number between –1 and 1 and assigns it to n , optional integer parameter
seeds the random number generator.
Upon the first call of this function the random generator is initialized with
the system time, or if present, with optional seed.l