Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!uxc.cso.uiuc.edu!uxg.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.lang.c Subject: Re: How do I get random #s? Message-ID: <225800121@uxe.cso.uiuc.edu> Date: 7 Feb 89 16:57:00 GMT References: <19415@dhw68k.cts.com> Lines: 11 Nf-ID: #R:dhw68k.cts.com:19415:uxe.cso.uiuc.edu:225800121:000:431 Nf-From: uxe.cso.uiuc.edu!mcdonald Feb 7 10:57:00 1989 >I think it is. If you really need extremely good random deviates >then you have a lot of research and hard work to do. I finally got tired of non-random random numbers, so I hooked an ADC converter and a hot resistor to my computer and xor'ed the results from it with rand(). This gives me about 10000 really random numbers a second. It is not trivial to get REALLLY random numbers out of such a setup, but it can be done.