|
The Random\Engine\PcgOneseq128XslRr64 classIntroductionImplements a » Permuted congruential generator (PCG) with 128 bits of state, XSL and RR output transformations, and 64 bits of output. Class synopsisRandom\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)
|