warp.poisson#

warp.poisson(state: uint32, lam: float32) uint32#
  • Kernel

  • Python

Generate a random sample from a Poisson distribution.

Parameters:
  • state – RNG state

  • lam – The expected value of the distribution.