Uses of Class
org.bytedeco.cuda.curand.curandDiscreteDistribution_st
-
Packages that use curandDiscreteDistribution_st Package Description org.bytedeco.cuda.global -
-
Uses of curandDiscreteDistribution_st in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type curandDiscreteDistribution_st Modifier and Type Method Description static intcurand. curandCreatePoissonDistribution(double lambda, curandDiscreteDistribution_st discrete_distribution)\brief Construct the histogram array for a Poisson distribution.static intcurand. curandDestroyDistribution(curandDiscreteDistribution_st discrete_distribution)\brief Destroy the histogram array for a discrete distribution (e.g.
-