La clase Random\Engine\Mt19937

(PHP 8 >= 8.2.0)

Introducción

Implementa el algoritmo » Mt19937 ("Mersenne Twister").

Sinopsis de la Clase

namespace Random\Engine;
final class Mt19937 implements Random\Engine {
/* Métodos */
}

Tabla de contenidos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top