Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
GrayCode.h File Reference

Describes the gray-coded quasi-random number generator base class template. More...

#include <hydra/detail/Config.h>
#include <hydra/detail/utility/LSB.h>
#include <hydra/detail/utility/IntegerMask.h>
#include <hydra/detail/QuasiRandomBase.h>
#include <functional>
#include <type_traits>
Include dependency graph for GrayCode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  hydra::detail::gray_code< LatticeT >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 

Detailed Description

Describes the gray-coded quasi-random number generator base class template.

Definition in file GrayCode.h.