home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS - Coast to Coast
/
simteldosarchivecoasttocoast2.iso
/
calculat
/
sm30a.zip
/
RANDOM.KEY
< prev
next >
Wrap
Text File
|
1993-11-07
|
308b
|
8 lines
* random internal
random gives a uniformly distributed pseudorandom real in
the range 0 to 1.
random(n) gives a uniformly distributed pseudorandom integer
in the range 0 to n. (n < 36000).
e.g. random gives 0.11111, random(5) gives 2.