App下载

demo_func_math_mt_srand 在线工具

demo_func_math_mt_srand 在线工具

<?php
mt_srand(mktime());
echo(mt_rand());
?>
运行结果