Statement on glibc/iconv Vulnerability

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.

类摘要

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

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top