random ()
This function uses a pseudo-random number generator to generate a non-repeating sequence of numbers randomly distributed across the range of 0 <= x < 1.
The random number generator should be seeded prior to being called by using the set_random function. If the same seed is given to set_random, the same random sequence will result every time.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.