Enum DirectionVectorSet
CURAND choice of direction vector set
Namespace: ManagedCuda.CudaRand
Assembly: CudaRand.dll
Syntax
public enum DirectionVectorSet
Fields
| Name | Description |
|---|---|
| JoeKuo6_32 | Specific set of 32-bit direction vectors generated from polynomials recommended by S. Joe and F. Y. Kuo, for up to 20,000 dimensions. |
| JoeKuo6_64 | Specific set of 64-bit direction vectors generated from polynomials recommended by S. Joe and F. Y. Kuo, for up to 20,000 dimensions. |
| ScrambledJoeKuo6_32 | Specific set of 32-bit direction vectors generated from polynomials recommended by S. Joe and F. Y. Kuo, for up to 20,000 dimensions, and scrambled. |
| ScrambledJoeKuo6_64 | Specific set of 64-bit direction vectors generated from polynomials recommended by S. Joe and F. Y. Kuo, for up to 20,000 dimensions, and scrambled. |