PHP 8.3.4 Released!

stats_rand_phrase_to_seeds

(PECL stats >= 1.0.0)

stats_rand_phrase_to_seedsGenerate two seeds for the RGN random number generator

Beschreibung

stats_rand_phrase_to_seeds(string $phrase): array

Generate two seeds for the random number generator from a phrase.

Parameter-Liste

phrase

The input phrase

Rückgabewerte

Returns an array of two integers.

add a note

User Contributed Notes

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