stats_rand_gen_iuniform

(PECL stats >= 1.0.0)

stats_rand_gen_iuniformGénère un entier uniformément distribué entre BAS (inclusif) et HAUT (inclusif)

Description

stats_rand_gen_iuniform ( int $low , int $high ) : int

Retourne un entier aléatoire de la loi uniforme discrète entre low (inclusive) et high (inclusive).

Liste de paramètres

low

La limite inférieure.

high

La limite supérieure.

Valeurs de retour

Un entier aléatoire.