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

Philox2x32 RNG state structure. More...

#include <mckl/randomc/philox.h>

Public Attributes

mckl_philox2x32_ctr_t ctr
 
uint32_t index
 
mckl_philox2x32_key_t key
 
mckl_philox2x32_ctr_t state
 

Detailed Description

Philox2x32 RNG state structure.

Definition at line 75 of file philox.h.

Member Data Documentation

◆ ctr

mckl_philox2x32_ctr_t mckl_philox2x32::ctr

Definition at line 77 of file philox.h.

◆ index

uint32_t mckl_philox2x32::index

Definition at line 79 of file philox.h.

◆ key

mckl_philox2x32_key_t mckl_philox2x32::key

Definition at line 78 of file philox.h.

◆ state

mckl_philox2x32_ctr_t mckl_philox2x32::state

Definition at line 76 of file philox.h.