SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
Returns a random variate from a uniform distribution
Category: Random Number
See: 'RANUNI Function' on page 784
Syntax
UNIFORM ( seed )
Arguments
seed
-
is an integer.
-
Range: seed < 2 31 -1
-
Note: If seed ‰ 0, the time of day is used to initialize the seed stream.