PHP.nl

stats_rand_gen_normal

stats_rand_gen_normal

Generates a single random deviate from a normal distribution

float **stats_rand_gen_normal** float $av float $sd

Returns a random deviate from the normal distribution with mean, , and standard deviation, . av``sd

avThe mean of the normal distribution

sdThe standard deviation of the normal distribution

A random deviate