home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d632
/
attacks.lha
/
Attacks
/
Sources
/
mdgenerallib.def
< prev
next >
Wrap
Text File
|
1992-04-06
|
721b
|
22 lines
DEFINITION MODULE mdgenerallib;
(* This is a general library of procedures that I like and use in *)
(* in various ways. Nothing special about the grouping other than that *)
(* they are things that I personally think are useful. *)
(* - MD *)
(*********************************************************)
PROCEDURE MyPause (time : CARDINAL);
(* Pauses for number of seconds input *)
(********************************************************)
PROCEDURE RealRandom () : REAL;
(* Returns a random number in the range [0, 1). *)
(********************************************************)
END mdgenerallib.