CakeFest 2024: The Official CakePHP Conference

Random\Engine\Mt19937 クラス

(PHP 8 >= 8.2.0)

はじめに

» Mt19937 (メルセンヌ・ツイスター) アルゴリズムを実装したクラスです。

クラス概要

final class Random\Engine\Mt19937 implements Random\Engine {
/* メソッド */
public __construct(?int $seed = null, int $mode = MT_RAND_MT19937)
public __debugInfo(): array
public generate(): string
public __serialize(): array
public __unserialize(array $data): void
}

目次

add a note

User Contributed Notes

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