The Random\Engine\Mt19937 class

(PHP 8 >= 8.2.0)

Giriş

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

Sınıf Sözdizimi

namespace Random\Engine;
final class Mt19937 implements Random\Engine {
/* Yöntemler */
}

İçindekiler

add a note

User Contributed Notes

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