OpenMPCD
|
#include <OpenMPCD/CUDA/Macros.hpp>
#include <OpenMPCD/Exceptions.hpp>
#include <OpenMPCD/OPENMPCD_DEBUG_ASSERT.hpp>
#include <OpenMPCD/Utility/CompilerDetection.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_integral.hpp>
Go to the source code of this file.
Classes | |
class | OpenMPCD::CUDA::Random::Generators::LinearCongruent< T, multiplier, increment, modulus > |
A linear congruential generator (LCG). More... | |
Namespaces | |
OpenMPCD::CUDA | |
Namespace for simulations using CUDA. | |
OpenMPCD::CUDA::Random | |
Contains functionality related to random numbers. | |
OpenMPCD::CUDA::Random::Generators | |
Contains (pseudo-)random number generators. | |
Defines the OpenMPCD::CUDA::Random::Generators::LinearCongruent
class.
Definition in file LinearCongruent.hpp.