array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.stats-rand-setall.php', 1 => 'stats_rand_setall', 2 => 'Set seed values to the random generator', ), 'up' => array ( 0 => 'ref.stats.php', 1 => 'Statistic Funktionen', ), 'prev' => array ( 0 => 'function.stats-rand-ranf.php', 1 => 'stats_rand_ranf', ), 'next' => array ( 0 => 'function.stats-skew.php', 1 => 'stats_skew', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stats/functions/stats-rand-setall.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stats_rand_setall

(PECL stats >= 1.0.0)

stats_rand_setallSet seed values to the random generator

Beschreibung

stats_rand_setall(int $iseed1, int $iseed2): void

Set iseed1 and iseed2 as seed values to the random generator used in statistic functions.

Parameter-Liste

iseed1

The value which is used as the random seed

iseed2

The value which is used as the random seed

Rückgabewerte

No values are returned.