Newsgroups: comp.os.msdos.djgpp From: wolfman AT cedar DOT alberni DOT net Subject: randomize? Message-ID: Date: Tue, 25 Nov 1997 00:57:59 GMT Lines: 5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I know that Borland C++ has a function called randomize() that starts a new random seed. Is there a function like this in DJGPP. If not, how can I start a new random seed? It's pretty dumb to suppozidly have random things going on when every time you run a program, the exact same thing happens.