Date: Thu, 28 Jan 1999 16:37:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sara Berger cc: djgpp AT delorie DOT com Subject: Re: randomize In-Reply-To: <36B0646E.AAD42056@ort.org.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 28 Jan 1999, Sara Berger wrote: > in Borland C++ there is the function "randomize()" which generates a > new random number/s everytime it`s used. > I cant find this function in djgpp so I cant generates new random > numbers. There's no `randomize' in DJGPP. Use "srand(time(NULL))", as the FAQ tells you in section 22.22. > Please send your answer to ryohay AT ort DOT org DOT il Please make sure your return address is set to that, if you want the replies to go to that address.