From: e9325281 AT student DOT tuwien DOT ac DOT at (Bella) Newsgroups: comp.os.msdos.djgpp Subject: Re: random #'s Date: Sat, 30 Nov 96 00:34:40 GMT Organization: Vienna University of Technology, Austria Lines: 9 Message-ID: <57nvf0$8l8_001@htu.tuwien.ac.at> References: <329f264b DOT 60430893 AT nntp DOT southeast DOT net> <57na1s$ame AT nr1 DOT calgary DOT istar DOT net> NNTP-Posting-Host: fsph1.htu.tuwien.ac.at To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi ! there are many random number generators (RNG's) to be foundon the net (or in books). a really good one is TT800 from Mr. matsumoto in japan. i dont have the URL right now, but searchng for "matsumoto" + "TT800" might get you there. TT800, as well as many other RNG's yields equally distributed numbers from the interval (0,1).if you have them, multiply them with 500 and there you are. greetings godzilla