|
rocRAND
|
Represents a discrete probability distribution. More...
#include <rocrand_discrete_types.h>

Public Attributes | |
| unsigned int | size |
| Number of entries in the probability table. | |
| unsigned int | offset |
| The distribution can be offset. | |
| unsigned int * | alias |
| Alias table. | |
| double * | probability |
| Probability data for the alias table. | |
| double * | cdf |
| Cumulative distribution function. | |
Represents a discrete probability distribution.
1.8.13