Display the drop-down list

rand()

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