PHP.nl

stats_rand_gen_funiform

stats_rand_gen_funiform

Generates uniform float between low (exclusive) and high (exclusive)

float **stats_rand_gen_funiform** float $low float $high

Returns a random deviate from the uniform distribution from to . low``high

lowThe lower bound (exclusive)

highThe upper bound (exclusive)

A random deviate