liba 0.1.15
An algorithm library based on C/C++
Loading...
Searching...
No Matches
a_rand_pcg32 Struct Reference

instance structure for the permuted congruential generator and 64-bit integer arithmetic More...

#include <rand.h>

Data Fields

a_u64 a
a_u64 c
a_u64 x

Detailed Description

instance structure for the permuted congruential generator and 64-bit integer arithmetic

Field Documentation

◆ a

a_u64 a_rand_pcg32::a

multiplier term

◆ c

a_u64 a_rand_pcg32::c

increment term

◆ x

a_u64 a_rand_pcg32::x

random state


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