OpenMPCD
CUDA/Types.hpp
Go to the documentation of this file.
1 /**
2  * @file
3  * Defines general types used in OpenMPCD's CUDA module.
4  */
5 
6 #ifndef OPENMPCD_CUDA_TYPES_HPP
7 #define OPENMPCD_CUDA_TYPES_HPP
8 
10 
11 namespace OpenMPCD
12 {
13 namespace CUDA
14 {
15 
16 typedef
17  Random::Generators::Philox4x32_10
18  GPURNG; ///< The random number generator type for GPUs.
19 
20 } //namespace CUDA
21 } //namespace OpenMPCD
22 
23 #endif //OPENMPCD_CUDA_TYPES_HPP
Philox4x32-10.hpp
OpenMPCD::CUDA::GPURNG
Random::Generators::Philox4x32_10 GPURNG
The random number generator type for GPUs.
Definition: CUDA/Types.hpp:18