Hydra: Sobol.h File Reference (original) (raw)

Go to the source code of this file.

Data Structures
struct hydra::detail::sobol_lattice< UIntType, D, W, SobolTables >
class hydra::sobol_engine< UIntType, D, W, SobolTables >
Instantiations of class template sobol. The sobol_engine uses the algorithm described in [Bratley+Fox, TOMS 14, 88 (1988)] and [Antonov+Saleev, USSR Comput. Maths. Math. Phys. 19, 252 (1980)] . More...
Namespaces
Typedefs
typedef detail::SobolTable hydra::default_sobol_table
template
using hydra::sobol = sobol_engine< uint_least64_t, D, 64u, default_sobol_table >