Display the drop-down list

mt_rand()

« mt_getrandmax | mt_srand »
<?php
$int 
mt_rand (
    
// [int $min]
    
  // [int $max]
);
?>
Result
$int = 455633776
Examples
#1 mt_rand  ()
#2 mt_rand  (5,
 
15)
See also
mt_getrandmax, mt_srand, openssl_random_pseudo_bytes, rand, random_bytes