Testimonials

Randomly chosen testimonials:

Making Life Decisions

I have found the most fantastic use of your random number generator.

I use the first few lines of a 100 number sequence divided into five columns to predict future events in my life as far in the future as 6–8 months; for example, whether or not I should I should change careers (yes) or wait for a pay raise in my old job (no), whether or not I should change the engine belts in my car (no) or wait until September to do it (yes), whether or not I should ask my old girlfriend to marry me (no), whether or not I should ask the divorced lady who lives on my street to marry me (yes), if we should elope and get married in Las Vegas (yes), whether or not I should liquidate my 401(k) (yes) and invest in commodities options (accuracy = about 91%), whether or not I should refinance my house and accept fairly high refinancing fees (yes), and which religion is the correct faith (Catholicism scored the highest).

I'm looking at some really interestin numerological prophesies right now; for example, the Arizona Diamondbacks will win the pennant but lose in the World Series next October; unfortunately my mother and father are not going to leave me anything in their will when they pass on (they are going to live at least another ten years each anyway), and I am going to be reacquanited with a long lost friend in the next three weeks.

This is really great! Being able to predict the future using your random number generator has really helped me and my family make our most important decisions in life.

—David Hilton

Testing of Audio Equipment

I discovered Random.org due to the New York Times article on random numbers today. I've already downloaded the three pre-packaged 10 MB files and wish there were more of them (at least three more 10 MB files). I'm using them as audio—interpreted as 16-bit WAV files, they form perfect white noise, which has many uses in acoustics and audio-equipment testing, which is my field. Used in pairs, they form perfect, uncorrelated stereo white noise.

I've been able to get more use out of the first three 10 MB files by reversing their byte order (the resulting white noise sounds the same) and by using various other audio-editing tricks like concatenating the files to produce long streams). I've also used 1, 2, 3 or 4 bytes at a time to produce different audio wordlengths. Thanks to the 2's complement number system, this latter scheme is particularly effective for audio since you always get equal distributions of data points above and below zero.

Your files produce better noise than some pseudo-random schemes I've tried, since the latter can produce an audibly detectable cyclic effects in the sound quality if the sequence length is too short. The ear is an extremely good detector of such patterns. A quick-and-dirty one-time-pad scheme would involve Xor-ing your random bytes with the lower bytes of each 16-bit word on a commercial audio CD to produce the random number table. The recipient would only need your file and another copy of the audio CD. To crack it you'd have to search through every data sample on every CD ever released!

—David Ranada, Technical Editor, Sound & Vision Magazine

Using our randomizers for something interesting? Let us know!

Contribute a Testimonial