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

Dungeons & Dragons

I'm an aspiring Dungeon Master (the guy behind the screen Toto warns you about) and I use Random.org for everything, nearly. Character stats, I simulate 6 sets of 3 six sided dice for a quick and dirty ‘customized’ character. If I need a map quickly, I use the Dungeon's Masters Guide dice tables and simulate about 100 dice rolls for dungeon layout, decoration, and monster placement. Random encounters, check. In fact I could use Random.org for all my needs, as the entire D&D game is based on the random rolls of 6, 8, 10, 20, or 100 sided dice. But where's the fun in that? I'm planning to move my computer (one of them) to my den so I can run rolls quicker than normal, but I think I'll keep my big bag o' dice at my side just to keep my players on their toes. Thanks for the great service!

—Brian Rouse

Using our randomizers for something interesting? Let us know!

Contribute a Testimonial