PHP 8.4.1 Released!

stats_rand_gen_funiform

(PECL stats >= 1.0.0)

stats_rand_gen_funiformGénère un flottant uniforme entre low (exclusif) et high (exclusif)

Description

stats_rand_gen_funiform(float $low, float $high): float

Renvoie une déviation aléatoire de la distribution uniforme entre low et high.

Liste de paramètres

low

Le seuil inférieur (exclusif)

high

Le seuil supérieur (exclusif)

Valeurs de retour

Une déviation aléatoire

add a note

User Contributed Notes

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