stats_rand_get_seeds

(PECL stats >= 1.0.0)

stats_rand_get_seedsGet the seed values of the random number generator

Description

stats_rand_get_seeds(): array

Returns the current seed values of the random number generator

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns an array of two integers.

To Top