|
CX Framework
Cross-platform C utility framework
|
#include <pcg.h>
Data Fields | |
| uint64 | state |
| RNG state - all values are possible. | |
| uint64 | inc |
| Controls which RNG sequence (stream) is selected - must always be odd. | |
PCG random number generator state
The internal state is private and should not be accessed directly. Always use the provided functions to manipulate and query the generator.