RANDT - uniform random number generator random seed.

Usage:

val = randt(range)

Where:

val
will be a value in the range 0<val<range.
range
is a real value which sets the range.

Description:

RANDT generates a uniform variate within the specified range. RANDT sets its seed from the system clock, and so will generate a different sequence every time the program is run.

See Also:

expl f77 lib flat

expl f77 lib rand

expl f77 lib unifm2

Copyright © 1996, Thinkage Ltd.