The Random\Engine\PcgOneseq128XslRr64 class

Introduction

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

Class synopsis

Random\Engine
final PcgOneseq128XslRr64
implements Random\Engine
/* Methods */
public Random\Engine\PcgOneseq128XslRr64::__construct(stringintnull $seed = null)
public array Random\Engine\PcgOneseq128XslRr64::__debugInfo()
public string Random\Engine\PcgOneseq128XslRr64::generate()
public void Random\Engine\PcgOneseq128XslRr64::jump(int $advance)
public array Random\Engine\PcgOneseq128XslRr64::__serialize()
public void Random\Engine\PcgOneseq128XslRr64::__unserialize(array $data)
Table of Contents