php rand() 函数返回随机整数
<?php
echo(rand());
echo(rand());
echo(rand(10,100))
?>

输出:

17757
3794
97