srand
brefphp/bref
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Seed the random number generator
<?php srand
(?
int $seed
=
null
,
int $mode
=
MT_RAND_MT19937
):
void