Enum curandMethod
CURAND method
Namespace: ManagedCuda.CudaRand
Assembly: CudaRand.dll
Syntax
public enum curandMethod
Fields
| Name | Description |
|---|---|
| BinarySearch | |
| ChooseBest | choose best depends on args |
| Definition | |
| DeviceAPI | |
| DiscreteGauss | |
| FastRejection | |
| HITR | |
| ITR | |
| Knuth | |
| M1 | |
| M2 | |
| Poisson | |
| Rejection | |
| Third |