php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (int|null $seed=null, int $mode=MT_RAND_MT19937) | |
generate () | |
__serialize () | |
__unserialize (array $data) | |
__debugInfo () | |
@strict-properties
Definition at line 45 of file random.stub.php.
Random\Engine\Mt19937::__construct | ( | int|null | $seed = null, |
int | $mode = MT_RAND_MT19937 ) |
Definition at line 47 of file random.stub.php.
Random\Engine\Mt19937::__debugInfo | ( | ) |
Definition at line 55 of file random.stub.php.
Random\Engine\Mt19937::__serialize | ( | ) |
Definition at line 51 of file random.stub.php.
Random\Engine\Mt19937::__unserialize | ( | array | $data | ) |
Definition at line 53 of file random.stub.php.
Random\Engine\Mt19937::generate | ( | ) |
Implements Random\Engine.
Definition at line 49 of file random.stub.php.