The Random\Engine\Mt19937 class

(PHP 8 >= 8.2.0)

Introduction

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

Class synopsis

namespace Random\Engine;
final class Mt19937 implements Random\Engine {
/* Methods */
}

Table of Contents

add a note

User Contributed Notes

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