Randomly chosen testimonials:
I make mixed media animations as a hobby, and have recently been exploring non-sequential abstract patterns, as both a visual ‘static’ effect, and as dynamic planes and surfaces for figures. While sometimes a typological approach appropriate, like taking a photo of a section of every page in the weekly newspaper and running it at high speed so it becomes non-figurative (to be used as an overcast sky), I often need more specific sorts of abstract, and drawing or otherwise generating thousands of frames of images, often for a minute or two of footage can be time consuming. So, I routinely get around this by making a fraction of that amount, and I used to pad the remaining time out by repeating frames in 'random' order, off the top of my own head, results less than impressive. Now, thanks to your random, I generate integers corresponding to existing frames, which eliminates obvious loops and repetitions, creating a much more believable and smooth non-sequential series.
Also, being subject to whimsy, I occasionally include snapshots of said numbers in the odd frame, or even the URL, considering it subliminal advertising.
—Dominic Brown
I study the life-cycle of viruses, and I perform lots of tissue culture experiments. In order to try to develop theories to explain some results I was getting, I wrote a computer program that uses a Monte Carlo scheme to simulate infection of cells by viruses. I need a different random number for each simulated virus, in order to randomly assign it to a cell that it ‘infects.’ In order for the results to be meaningful, I need to simulate tens of thousands of ‘cells’ and hundreds of thousands of ‘viruses,’ so I need hundreds of thousands of random numbers. The pseudo-random numbers produced by the Apple Macintosh built-in linear congruental generator proved themselves to be not good enough for the job, as I found that some numbers were chosen too often, a definite no-no for my purposes. Then I saw the NY Times article about this site and gave it a try. First I tried using Random.org numbers to seed the Macintosh generator at frequent intervals during the execution of the simulation, but it did not solve the problem. So I tested using all numbers from this site and they passed my quality test. So now I download several batches at a time of 10,000 numbers between 1 and 40,000 and string them into big files as the sources of my numbers. I'd like to be able to download them in even bigger batches, though. Thanks for a truly useful service!
—David N. Levy, University of Alabama at Birmingham
Browse testimonials by application:
Anonymization (3) Arts and Crafts (3) Auditing (4) COVID-19 (1) Customer Surveys (3) Decision-Making (9) Democracy and Justice (6) Divination and Spirituality (2) Drug Screening (3) Education and Learning (24) Fairness and Equality (10) Family and Children (3) Finance and Markets (1) Games and Puzzles (9) Games of Chance (11) Hardware Testing (2) Health and Medical (1) Home Decoration (2) Love and Relationships (1) Music and Sound (12) Performance Arts (2) Raffles and Lotteries (25) Research (22) Scheduling and Pairing (3) Security (12) Simulation (1) Sleep and Relaxation (2) Software Development (5) Visual Arts (4) Writers' Tools (4) All Testimonials (167)
Browse testimonials by technique:
Data Generation (62) Selection/Sampling (71) Simulation (8) Shuffling (21) Assignment (10)
Browse testimonials by randomizer:
R Audio Noise Generator (2) R Bitmap Generator (1) R Byte Generator (2) R Calendar Date Generator (2) R Clock Time Generator (2) R Coin Flipper (2) R Dice Roller (1) R Pregenerated File Archive (2) R Integer Set Generator (1) R Integer Generator (134) R List Randomizer (5) R Lottery Quick Pick (1) R Mobile App (1) R Password Generator (1) R Playing Card Shuffler (1) R Sequence Randomizer (13) R String Generator (3) R Third-Party Draw Service (1)