poisson¶
Sample a random value from a Poisson distribution.
Parameters¶
-
rate (float)
-
rng – defaults to
<module 'random' from '/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/random.py'>
References¶
[^1] Wikipedia article
Sample a random value from a Poisson distribution.
rate (float)
rng – defaults to <module 'random' from '/opt/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/random.py'>
[^1] Wikipedia article