stats_rand_setall

(PECL stats >= 1.0.0)

stats_rand_setallSet seed values to the random generator

说明

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

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

参数

iseed1

The value which is used as the random seed

iseed2

The value which is used as the random seed

返回值

No values are returned.

相关文章
php statistic 函数 calculates any one parameter of the chi square distribution given values for the othersphp statistic 函数 calculates any one parameter of the exponential distribution given values for the othersphp statistic 函数 calculates any one parameter of the f distribution given values for the othersphp statistic 函数 calculates any one parameter of the gamma distribution given values for the othersphp statistic 函数 calculates any one parameter of the laplace distribution given values for the othersphp statistic 函数 calculates any one parameter of the logistic distribution given values for the othersphp statistic 函数 calculates any one parameter of the negative binomial distribution given values for the othersphp statistic 函数 calculates any one parameter of the non central chi square distribution given values for the othersphp statistic 函数 returns the harmonic mean of an array of valuesphp statistic 函数 generates a random deviate from the beta distributionphp statistic 函数 generates a random deviate from the chi square distributionphp statistic 函数 generates a random deviate from the exponential distributionphp statistic 函数 generates a random deviate from the f distributionphp statistic 函数 generates a single random deviate from a non central t distributionphp statistic 函数 generates a single random deviate from a normal distributionphp statistic 函数 generates a single random deviate from a t distributionphp statistic 函数 get the seed values of the random number generatorphp statistic 函数 generate two seeds for the rgn random number generatorphp statistic 函数 generates a random floating point number between 0 and 1php statistic 函数 set seed values to the random generator
关注编程学问公众号