CakeFest 2024: The Official CakePHP Conference

The Random\Engine\PcgOneseq128XslRr64 class

(PHP 8 >= 8.2.0)

Introduction

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

add a note

User Contributed Notes

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