parent root
PHP: stats_rand_gen_ipoisson - Manual

stats_rand_gen_ipoisson

(PECL stats >= 1.0.0)

stats_rand_gen_ipoissonGenerates a single random deviate from a Poisson distribution

Description

stats_rand_gen_ipoisson ( float $mu ) : int

Returns a random deviate from the Poisson distribution with parameter mu.

Parameters

mu

The parameter of the Poisson distribution

Return Values

A random deviate

add a noteadd a note

User Contributed Notes

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