OWL
OptiX7 Wrapper Library
owl::common::LCG< N > Struct Template Reference

#include <random.h>

Public Member Functions

__both__ LCG ()
 
__both__ LCG (unsigned int val0, unsigned int val1)
 
__both__ LCG (const vec2i &seed)
 
__both__ LCG (const vec2ui &seed)
 
__both__ void init (unsigned int val0, unsigned int val1)
 
__both__ float operator() ()
 

Public Attributes

uint32_t state
 

Detailed Description

template<unsigned int N = 4>
struct owl::common::LCG< N >

simple 24-bit linear congruence generator

Constructor & Destructor Documentation

◆ LCG() [1/4]

template<unsigned int N = 4>
__both__ owl::common::LCG< N >::LCG ( )
inline

◆ LCG() [2/4]

template<unsigned int N = 4>
__both__ owl::common::LCG< N >::LCG ( unsigned int  val0,
unsigned int  val1 
)
inline

◆ LCG() [3/4]

template<unsigned int N = 4>
__both__ owl::common::LCG< N >::LCG ( const vec2i &  seed)
inline

◆ LCG() [4/4]

template<unsigned int N = 4>
__both__ owl::common::LCG< N >::LCG ( const vec2ui &  seed)
inline

Member Function Documentation

◆ init()

template<unsigned int N = 4>
__both__ void owl::common::LCG< N >::init ( unsigned int  val0,
unsigned int  val1 
)
inline

◆ operator()()

template<unsigned int N = 4>
__both__ float owl::common::LCG< N >::operator() ( )
inline

Member Data Documentation

◆ state

template<unsigned int N = 4>
uint32_t owl::common::LCG< N >::state

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