MCKL
Monte Carlo Kernel Library
Public Attributes | List of all members
mckl_philox4x32 Struct Reference

Philox4x32 RNG state structure. More...

#include <mckl/randomc/philox.h>

Public Attributes

mckl_philox4x32_ctr_t ctr
 
uint32_t index
 
mckl_philox4x32_key_t key
 
mckl_philox4x32_ctr_t state
 

Detailed Description

Philox4x32 RNG state structure.

Definition at line 84 of file philox.h.

Member Data Documentation

◆ ctr

mckl_philox4x32_ctr_t mckl_philox4x32::ctr

Definition at line 86 of file philox.h.

◆ index

uint32_t mckl_philox4x32::index

Definition at line 88 of file philox.h.

◆ key

mckl_philox4x32_key_t mckl_philox4x32::key

Definition at line 87 of file philox.h.

◆ state

mckl_philox4x32_ctr_t mckl_philox4x32::state

Definition at line 85 of file philox.h.