From: gwong AT cse DOT unsw DOT edu DOT au (Geoffrey Wong) To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Sun, 24 Dec 95 16:42:58 +1100 Subject: random() Hi, I noticed that drand48() doesn't work under DOS, so I used random() instead but my problem is that random() keep giving me Floating point exceptions What do I need to do to get th code complied under DOS. Also random() give the result zero under Unix, is that right? Thanks. Geoff