Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!rice!uw-beaver!ubc-cs!alberta!calgary!ccu!umcarls9 From: umcarls9@ccu.umanitoba.ca Newsgroups: comp.sys.mac.programmer Subject: Random Message-ID: <1989Nov26.011221.18046@ccu.umanitoba.ca> Date: 26 Nov 89 01:12:21 GMT Organization: University of Manitoba, Winnipeg, Canada Lines: 19 I have the following in LightspeedC 3.02 long int ltime; int number; GetDateTime(<ime); randSeed=ltime; number=Random(); Everything compiles fine, but when I run, the system comes up with a bomb box ID 12 when it trys to do the number=Random();. I've even tried it with just that line, and left randSeed set to its default and it still bombs. What am I doing wrong??? Is there a good book anyone can recommend on learning C? Thanks...