php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Random\Engine\Mt19937 Class Reference
Inheritance diagram for Random\Engine\Mt19937:
Random\Engine

Public Member Functions

 __construct (int|null $seed=null, int $mode=MT_RAND_MT19937)
 
 generate ()
 
 __serialize ()
 
 __unserialize (array $data)
 
 __debugInfo ()
 

Detailed Description

@strict-properties

Definition at line 45 of file random.stub.php.

Constructor & Destructor Documentation

◆ __construct()

Random\Engine\Mt19937::__construct ( int|null $seed = null,
int $mode = MT_RAND_MT19937 )

Definition at line 47 of file random.stub.php.

Member Function Documentation

◆ __debugInfo()

Random\Engine\Mt19937::__debugInfo ( )

Definition at line 55 of file random.stub.php.

◆ __serialize()

Random\Engine\Mt19937::__serialize ( )

Definition at line 51 of file random.stub.php.

◆ __unserialize()

Random\Engine\Mt19937::__unserialize ( array $data)

Definition at line 53 of file random.stub.php.

◆ generate()

Random\Engine\Mt19937::generate ( )

Implements Random\Engine.

Definition at line 49 of file random.stub.php.


The documentation for this class was generated from the following file: