M_PI : 3.1415926535898
abs(-3.5): 3.5
base_convert("60",10,16): 3c
pow(2.5,2): 6.25
exp(2): 7.3890560989307
25 % 7: 4
fmod(2.8,1.5): 1.3
log(2.7): 0.99325177301028
log(16,2): 4
log(1000,10): 3
log10(1000): 3
Now random numbers:


rand(): 1082654506
Another call for rand(): 606673494
Click refresh to see if the next time you'll get the same values returned by rand or not.
rand(150,1000): 889
getrandmax(): 2147483647
mt_getrandmax(): 2147483647
lcg_value:0.10229342476815
Another call for lcg_value:0.93618601085502
Click refresh to see if the next time you'll get the same values returned by lcg_value or not.
mt_rand(): 1943085790
Another call for mt_rand(): 1097517518
Click refresh to see if the next time you'll get the same values returned by rand or not.
mt_rand(150,1000): 335