stats_rand_get_seeds
PHP Manual
PHP Manual»Statistic Функції»stats_rand_get_seeds

stats_rand_get_seeds

(PECL stats >= 1.0.0)

stats_rand_get_seedsGet the seed values of the random number generator

Опис

function stats_rand_get_seeds(): array

Returns the current seed values of the random number generator

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns an array of two integers.

To Top