CakeFest 2024: The Official CakePHP Conference

Random\Engine\Xoshiro256StarStar::generate

(PHP 8 >= 8.2.0)

Random\Engine\Xoshiro256StarStar::generateGenerate 64 bits of randomness

Description

public Random\Engine\Xoshiro256StarStar::generate(): string

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

A string representing an unsigned 64 bit integer in little-endian order.

add a note

User Contributed Notes

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