PHP 8.4.1 Released!

stats_rand_gen_iuniform

(PECL stats >= 1.0.0)

stats_rand_gen_iuniformRenvoie un entier aléatoire uniformément distribué entre LOW (inclus) et HIGH (inclus)

Description

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

Renvoie un entier aléatoire uniformément distribué entre low (inclus) et high (inclus).

Liste de paramètres

low

Le seuil inférieur

high

Le seuil supérieur

Valeurs de retour

Un entier aléatoire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top