vSMC
vSMC: Scalable Monte Carlo
Public Attributes | List of all members
vsmc_philox4x32 Struct Reference

Philox4x32 RNG state structure. More...

#include <vsmc/rngc/philox.h>

Public Attributes

vsmc_philox4x32_ctr_t ctr
 
uint32_t index
 
vsmc_philox4x32_key_t key
 
vsmc_philox4x32_ctr_t state
 

Detailed Description

Philox4x32 RNG state structure.

Definition at line 80 of file philox.h.

Member Data Documentation

vsmc_philox4x32_ctr_t vsmc_philox4x32::ctr

Definition at line 82 of file philox.h.

uint32_t vsmc_philox4x32::index

Definition at line 84 of file philox.h.

vsmc_philox4x32_key_t vsmc_philox4x32::key

Definition at line 83 of file philox.h.

vsmc_philox4x32_ctr_t vsmc_philox4x32::state

Definition at line 81 of file philox.h.