W3cubDocs

/PHP

The Random\Engine\PcgOneseq128XslRr64 class

Introduction

(PHP 8 >= 8.2.0)

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

Class synopsis

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

Table of Contents

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.random-engine-pcgoneseq128xslrr64.php