From: jasonp AT Glue DOT umd DOT edu (Jason Stratos Papadopoulos) Newsgroups: comp.os.msdos.djgpp Subject: Re: real random numbers Date: 23 Mar 1998 18:37:56 GMT Organization: University of Maryland, College Park Lines: 16 Message-ID: <6f6a64$lnb$1@hecate.umd.edu> References: <351634A2 DOT 5ACD AT hol DOT fr> <35168DA3 DOT 352AE91E AT alcyone DOT com> NNTP-Posting-Host: y.glue.umd.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Erik Max Francis (max AT alcyone DOT com) wrote: : Guillaume BETOUS wrote: : > If anyone could tell me how to get REAL random generated numbers under : > djgpp ... and/or explain me how it works ! I wonder for a long time : > how : > a computer can generate random numbers : It doesn't. There's no such thing as an algorithmically generated : randon number, because it was always generated by an algorithm. Try to find the source code to PGP; it has a "real" random number generator that measures the time in between keystrokes, then turns part of the answers into bits. All in software. jasonp