Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::XorwowRngStateData< W, M > Struct Template Reference

XORWOW generator states for all threads. More...

#include <XorwowRngData.hh>

Public Types

template<class T >
using Items = Collection< T, W, M >
 
template<class T >
using StateItems = StateCollection< T, W, M >
 

Public Member Functions

CELER_FUNCTION operator bool () const
 True if assigned.
 
CELER_FUNCTION size_type size () const
 State size.
 
template<Ownership W2, MemSpace M2>
XorwowRngStateDataoperator= (XorwowRngStateData< W2, M2 > &other)
 Assign from another set of states.
 

Public Attributes

StateItems< XorwowStatestate
 Track state [track].
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::XorwowRngStateData< W, M >

XORWOW generator states for all threads.


The documentation for this struct was generated from the following file: