OpenMPCD
Classes | Namespaces
LinearCongruent.hpp File Reference
#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>
Include dependency graph for LinearCongruent.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines the OpenMPCD::CUDA::Random::Generators::LinearCongruent class.

Definition in file LinearCongruent.hpp.