home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 January
/
macformat-020.iso
/
Demos
/
Other
/
KG Demo Installer
/
Examples.sit
/
Macro Source
/
Random#
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-14
|
226 b
|
29 lines
|
[
TEXT/QKPT
]
alpha "Random Number Series"
ran#
RCL 02
*
RCL 00
+
STOv 000
STOP
;
entry
0e+00
STO 00
alpha "Lower Limit"
STOa 0
;
1
STO 01
alpha "Upper Limit"
STOa 1
;
alpha "Random#:"
inpt 2
;
RCL 01
RCL 00
-
STO 02
end