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).