|
gmp_random_bitsRandom number Description
GMP gmp_random_bits
( integer
$bits
)
Generate a random number. The number will be between
0 and (2 **
Parameters
Return ValuesA random GMP number. Examples
Example #1 gmp_random_bits example
<?php The above example will output: 3 15 |