The Random\Engine\PcgOneseq128XslRr64 class
(PHP 8 >= 8.2.0)
简介
Implements a » Permuted congruential generator (PCG) with 128 bits of state, XSL and RR output transformations, and 64 bits of output.
类摘要
/* 方法 */
}目录
- Random\Engine\PcgOneseq128XslRr64::__construct — Constructs a new PCG Oneseq 128 XSL RR 64 engine
- Random\Engine\PcgOneseq128XslRr64::__debugInfo — Returns the internal state of the engine
- Random\Engine\PcgOneseq128XslRr64::generate — Generate 64 bits of randomness
- Random\Engine\PcgOneseq128XslRr64::jump — Efficiently move the engine ahead multiple steps
- Random\Engine\PcgOneseq128XslRr64::__serialize — Serializes the PcgOneseq128XslRr64 object
- Random\Engine\PcgOneseq128XslRr64::__unserialize — Deserializes the data parameter into a PcgOneseq128XslRr64 object