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.

类摘要

namespace Random\Engine;
final class PcgOneseq128XslRr64 implements Random\Engine {
/* 方法 */
public function __construct(string|int|null $seed = null)
public function __debugInfo(): array
public function generate(): string
public function jump(int $advance): void
public function __serialize(): array
public function __unserialize(array $data): void
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top