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

finalclassRandom\Engine\PcgOneseq128XslRr64implementsRandom\Engine {
publicgenerate(): string
publicjump(int$advance): void
public__unserialize(array$data): void
}

Table of Contents

To Top