App下载

demo_func_math_mt_rand 在线工具

demo_func_math_mt_rand 在线工具

<?php
echo(mt_rand() . "<br>");
echo(mt_rand() . "<br>");
echo(mt_rand(10,100));
?>
运行结果