Add to Favorite

PSYRESEARCH.ORG > TOOLS > RANDOMIZER

Randomizer

Random Number Generator

Mersenne Twister randomization algorithm
Basic
Generate random numbers
between and    

Advanced
Delimiter Default: comma+space
Sort low to high All numbers unique Generate report & options



About this randomizer
This randomizer uses the Mersenne Twister randomization algorithm by calling PHP mt_rand() function. You can test the validity of this algorithm by generating a bitmap image using this function (will open a small window). Use your browser's reload button as many times as you want to reload the image. If you observe a pattern in the image (highly unlikely), the numbers are not truly random. Alternatively, you are welcome to try another randomizer that uses Atmospheric noise algorithm by clicking here (will open a small window).

More randomization resources: