Sample from the Poisson distribution
Arguments
- lambda
The mean (zero or more, length 1 or n). Only valid for lambda <= 10^7
- state
The random number state, from monty_rng_create
- n_samples
The number of samples to take, per stream. When using the multiple-sample interface, all other parameters are held constant (per stream).