{ Random number generator. EFM/OMSI - 10/30/84 } { To use: Call randominit once at the beginning of your program. Then, to get a random number, use statements such as x := random to get a random real (decimal) value x, such that 0<=x<1 x := randomr(a,b) to get a random real (decimal) value x, such that a<=x