$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
Pcg32 Struct Reference

State for a Permuted Congruential Generator (PCG) RNG. More...

#include <adaptive_sampler.h>

Data Fields

uint64_t state
 
uint64_t inc
 

Detailed Description

State for a Permuted Congruential Generator (PCG) RNG.

Field Documentation

◆ inc

uint64_t Pcg32::inc

◆ state

uint64_t Pcg32::state

The documentation for this struct was generated from the following file: