(PHP 4, PHP 5, PHP 7)
mt_getrandmax — 锟斤拷示锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟街�
锟斤拷锟截碉拷锟斤拷 mt_rand() 锟斤拷锟杰凤拷锟截碉拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
Example #1 锟斤拷锟斤拷一锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
<?php
function randomFloat($min = 0, $max = 1) {
return $min + mt_rand() / mt_getrandmax() * ($max - $min);
}
var_dump(randomFloat());
var_dump(randomFloat(2, 20));
?>
锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�
float(0.91601131712832) float(16.511210331931)