Want to help shape RANDOM.ORG in the future? Take our 3-minute anonymous survey.

Testimonials

Randomly chosen testimonials:

Database Key Generation

In several things that I do, I require some form of randomness (for example, secure primary keys for databases, with almost no chance of collision error). To do this, I use your site to create them. A simple generation of numbers between 0 and 35, and then change them into their base-36 equivalent, however long the sequence needs to be, and you have an virtually unguessable primary key sequence. You can’t guess what the next key in the sequence will be. Very useful for keeping people from being able to hack your customer list and finding out who does business with you (they might be able to guess one, but the next won’t be sequential, so they would have to start all over again to find the next). I also use it in my writing, to generate datasets for locations and people by assigning integers to various items and using the site to pick the ones that apply.

—John Anderson

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

Using our randomizers for something interesting? Let us know!

Contribute a Testimonial