OpenQMC API
Loading...
Searching...
No Matches
state.h File Reference
#include "encode.h"
#include "gpu.h"
#include "pcg.h"
#include <cassert>
#include <cstdint>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  oqmc::State64Bit
 Generic sampler state type. More...
 

Namespaces

namespace  oqmc
 

Functions

constexpr int oqmc::computeIndexKey (int index)
 Compute 16-bit key from index.
 
constexpr int oqmc::computeIndexId (int index)
 Compute new 16-bit index from index.
 

Detailed Description

Sampler state implementation.