LdsGen 1.2.6
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
ilds.hpp File Reference

Integer low-discrepancy sequence generators with thread-safe runtime (ildsgen). More...

#include <array>
#include <atomic>
#include "lds.hpp"
Include dependency graph for ilds.hpp:

Go to the source code of this file.

Classes

class  ildsgen::VdCorput
 Van der Corput sequence generator. More...
 
class  ildsgen::Halton
 Halton sequence generator. More...
 

Namespaces

namespace  ildsgen
 

Variables

constexpr unsigned int ildsgen::DEFAULT_SCALE = 10
 Default number of digits for the Van der Corput sequence.
 
constexpr unsigned int ildsgen::MAX_REVERSE_BITS = 64
 

Detailed Description

Integer low-discrepancy sequence generators with thread-safe runtime (ildsgen).