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

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