stats_rand_gen_funiform
PHP Manual
PHP Manual»Fonctions de Statistic»stats_rand_gen_funiform

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

function 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

To Top