PHP 8.4.24 Released!

The Random\Engine\Xoshiro256StarStar class

(PHP 8 >= 8.2.0)

Introduzione

Implements the » xoshiro256** algorithm.

Sommario della classe

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

Indice dei contenuti

add a note

User Contributed Notes

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