Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/28/84; site lll-crg.ARPA Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!dcdwest!ittvax!decvax!genrad!panda!talcott!harvard!seismo!trwatf!gymble!lll-crg!brooks From: brooks@lll-crg.ARPA (Eugene D. Brooks III) Newsgroups: net.crypt Subject: Re: Re: Why no hardware random numbers? Message-ID: <483@lll-crg.ARPA> Date: Sat, 30-Mar-85 14:35:54 EST Article-I.D.: lll-crg.483 Posted: Sat Mar 30 14:35:54 1985 Date-Received: Tue, 2-Apr-85 07:53:37 EST References: <868@utcsri.UUCP> <464@lll-crg.ARPA> <442@x.UUCP> Distribution: net Organization: Lawrence Livermore Labs, CRG group Lines: 12 > seems silly to you, check out the Table of 10,000 Random Digits in your > Rubber Bible (you *do* have the CRC Handbook of Mathmatics, don't you?). Yes, I do have one. Along with a half a dozen other mathematics reference books that are as outdated in the stuff they present. These random number lists were put in reference books for the times when computers barely existed and monte carlo was done by hand. The last thing I would do in my monte carlo program would be to enter the random numbers by hand from the CRC table. (I admit to using the table to get lists of seeds.) The same goes for using disk to read a random number list from. The disk is a bit faster but not quite fast enough.