|
gmp_random_rangeRandom number Description
GMP gmp_random_range
( GMP
$min
, GMP $max
)
Generate a random number. The number will be between
Parameters
Return ValuesA random GMP number. Examples
Example #1 gmp_random_range example
<?php The above example will output: 42 -67 |