CUDALibrarySamples
CUDALibrarySamples copied to clipboard
CURAND_RNG_PSEUDO_MRG32K3A in curand_mtgp32_uniform_example.cpp
In https://github.com/NVIDIA/CUDALibrarySamples/blob/master/cuRAND/Host/mtgp32/curand_mtgp32_uniform_example.cpp
The generator at line 30: CURAND_CHECK(curandCreateGenerator(&gen, CURAND_RNG_PSEUDO_MRG32K3A));
What is the issue with line 30? CURAND_RNG_PSEUDO_MRG32K3A is a valid cuRAND generator type.
The example name is [curand_mtgp32_uniform_example.cpp]
Sorry, I didn't describe it clearly.