|
Randomizer
Random Number Generator
Mersenne Twister randomization algorithm
|
About this randomizer |
Developed by Michael Ivanov, Ph.D., this randomizer employs Mersenne Twister randomization algorithm by calling PHP mt_rand() function.
The algorithm is commonly used in statistical software, such as SPSS.
The validity of this algorithm can also be tested by generating a bitmap image using the same function.
To test, 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.
|
Examples |
More randomization resources |
|
|