The Random\Engine\PcgOneseq128XslRr64 class

(PHP 8 >= 8.2.0)

Giriş

Implements a » Permuted congruential generator (PCG) with 128 bits of state, XSL and RR output transformations, and 64 bits of output.

Sınıf Sözdizimi

namespace Random\Engine;
final class PcgOneseq128XslRr64 implements Random\Engine {
/* Yöntemler */
public function __construct(string|int|null $seed = null)
public function __debugInfo(): array
public function generate(): string
public function jump(int $advance): void
public function __serialize(): array
public function __unserialize(array $data): void
}

İçindekiler

add a note

User Contributed Notes

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