Date: Mon, 11 Dec 1995 08:29:05 +0200 (IST) From: Eli Zaretskii To: Geoffrey Wong Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: your mail On Mon, 11 Dec 1995, Geoffrey Wong wrote: > Now as far as I know, this is perfectly Okay in Unix, and drand48() > would take on some random floating point value. > > But when I compile it under DOS using djgpp's gcc. It complains:- DJGPP C library doesn't include drand48(). You can craft a replacement with the rand() or (better) random() library functions.