stats_rand_gen_iuniform
(PECL stats >= 1.0.0)
stats_rand_gen_iuniform — Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
Descrição
Returns a random integer from the discrete uniform distribution between low
(inclusive)
and high
(inclusive).
Parâmetros
low
-
The lower bound
high
-
The upper bound
Valor Retornado
A random integer