GoLang stats_rand_setall

request it (259)
GoLang replacement for PHP's stats_rand_setall [edit | history]



Do you know a GoLang replacement for PHP's stats_rand_setall? Write it!

PHP stats_rand_setall

PHP original manual for stats_rand_setall [ show | php.net ]

stats_rand_setall

(PECL stats >= 1.0.0)

stats_rand_setallSet seed values to the random generator

Description

void stats_rand_setall ( int $iseed1 , int $iseed2 )

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

Parameters

iseed1

The value which is used as the random seed

iseed2

The value which is used as the random seed

Return Values

No values are returned.