open62541 1.3.12
Open source implementation of OPC UA
|
#include <open62541/config.h>
Go to the source code of this file.
Data Structures | |
struct | pcg_state_setseq_64 |
Macros | |
#define | PCG32_INITIALIZER { 0x853c49e6748fea9bULL, 0xda3e39cb94b95bdbULL } |
Typedefs | |
typedef struct pcg_state_setseq_64 | pcg32_random_t |
Functions | |
void | pcg32_srandom_r (pcg32_random_t *rng, uint64_t initial_state, uint64_t initseq) |
uint32_t | pcg32_random_r (pcg32_random_t *rng) |
#define PCG32_INITIALIZER { 0x853c49e6748fea9bULL, 0xda3e39cb94b95bdbULL } |
Definition at line 39 of file pcg_basic.h.
typedef struct pcg_state_setseq_64 pcg32_random_t |
void pcg32_srandom_r | ( | pcg32_random_t * | rng, |
uint64_t | initial_state, | ||
uint64_t | initseq ) |
uint32_t pcg32_random_r | ( | pcg32_random_t * | rng | ) |