#include <sobol.hpp>
◆ SobolSequence()
| quant::qmc::SobolSequence::SobolSequence |
( |
std::size_t |
dimension, |
|
|
bool |
scrambled = false, |
|
|
std::uint64_t |
seed = 0 |
|
) |
| |
◆ dimension()
| std::size_t quant::qmc::SobolSequence::dimension |
( |
| ) |
const |
|
inline |
◆ generate() [1/2]
| std::vector< double > quant::qmc::SobolSequence::generate |
( |
std::uint64_t |
index | ) |
const |
◆ generate() [2/2]
| void quant::qmc::SobolSequence::generate |
( |
std::uint64_t |
index, |
|
|
double * |
out |
|
) |
| const |
◆ kMaxBits
| constexpr std::size_t quant::qmc::SobolSequence::kMaxBits = 64 |
|
staticconstexpr |
◆ kMaxSupportedDimension
| constexpr std::size_t quant::qmc::SobolSequence::kMaxSupportedDimension = 64 |
|
staticconstexpr |
The documentation for this class was generated from the following files: