nvmath.bindings.curand.create_poisson_distribution¶
- nvmath.bindings.curand.create_poisson_distribution(double lambda_, intptr_t discrete_distribution)[source]¶
Construct the histogram array for a Poisson distribution.
- Parameters:
lambda (double) – lambda for the Poisson distribution.
discrete_distribution (intptr_t) – pointer to the histogram in device memory.
See also
curandCreatePoissonDistribution