27 #ifndef math_templateCurand_hpp
28 #define math_templateCurand_hpp
31 #include <cuda_runtime.h>
41 template<
typename realT>
42 curandStatus_t curandGenerateNormal( curandGenerator_t generator,
50 curandStatus_t curandGenerateNormal<float>( curandGenerator_t generator,
58 curandStatus_t curandGenerateNormal<double>( curandGenerator_t generator,