The Random\Engine\Mt19937 class

Introduction

Implements the » Mt19937 (“Mersenne Twister”) algorithm.

Class synopsis

Random\Engine
final Mt19937
implements Random\Engine
/* Methods */
public Random\Engine\Mt19937::__construct(intnull $seed = null, int $mode = MT_RAND_MT19937)
public array Random\Engine\Mt19937::__debugInfo()
public string Random\Engine\Mt19937::generate()
public array Random\Engine\Mt19937::__serialize()
public void Random\Engine\Mt19937::__unserialize(array $data)
Table of Contents