stats_rand_gen_funiform

(PECL stats >= 1.0.0)

stats_rand_gen_funiformGenera un flotante uniforme entre low (exclusivo) y high (exclusivo)

Descripción

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

Devuelve una desviación aleatoria de la distribución uniforme entre low y high.

Parámetros

low

El umbral inferior (exclusivo)

high

El umbral superior (exclusivo)

Valores devueltos

Una desviación aleatoria

add a note

User Contributed Notes

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