Searched defs:curand_uniform_wrapper (Results 1 – 1 of 1) sorted by relevance
64 struct curand_uniform_wrapper { struct65 curandStatePhilox4_32_10_t &state;66 __device__ curand_uniform_wrapper(curandStatePhilox4_32_10_t &state): state(state) {} in curand_uniform_wrapper() argument67 __device__ float operator()() { in operator ()()