La classe Random\Engine\Mt19937

(PHP 8 >= 8.2.0)

Introduction

Implémente l'algorithme » Mt19937 ("Mersenne Twister").

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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