(PECL stats >= 1.0.0)
stats_rand_gen_iuniform — Génère un entier uniformément distribué entre LOW (inclusif) et HIGH (inclusif)
$low
, int $high
) : int
Retourne un entier aléatoire de la distribution uniforme discrète entre
low
(inclusive) et high
(inclusive).
low
La limite inférieure
high
La limite supérieure
Un entier aléatoire