|
gmp_random_seedSets the RNG seed Description
void gmp_random_seed(GMPintstring
$seed )Parameters
Return ValuesNo value is returned. Errors/Exceptions
Throws a ValueError if Changelog
Examples
Example #1 gmp_random_seed example
The above example will output: string(20) "15370156633245019617" string(3) "683" Warning: gmp_random_seed(): Unable to convert variable to GMP - string is not an integer in %s on line %d bool(false) See Also
|