nvmath.bindings.curand.destroy_distribution

nvmath.bindings.curand.destroy_distribution(intptr_t discrete_distribution)[source]

Destroy the histogram array for a discrete distribution (e.g. Poisson).

Parameters:

discrete_distribution (intptr_t) – pointer to device memory where the histogram is stored.

See also

curandDestroyDistribution