Celeritas
0.5.0-56+6b053cd
|
Shared data for XORWOW pseudo-random number generator. More...
#include <XorwowRngParams.hh>
Public Member Functions | |
XorwowRngParams (unsigned int seed) | |
Construct with a low-entropy seed. | |
HostRef const & | host_ref () const final |
Access material properties on the host. More... | |
DeviceRef const & | device_ref () const final |
Access material properties on the device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< XorwowRngParamsData > | |
XorwowRngParamsData< Ownership::const_reference, M > const & | ref () const |
Dispatch a "ref" call to host or device data. | |
Additional Inherited Members | |
Public Types inherited from celeritas::ParamsDataInterface< XorwowRngParamsData > | |
using | HostRef = HostCRef< XorwowRngParamsData > |
using | DeviceRef = DeviceCRef< XorwowRngParamsData > |
Protected Member Functions inherited from celeritas::ParamsDataInterface< XorwowRngParamsData > | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Shared data for XORWOW pseudo-random number generator.
|
inlinefinalvirtual |
Access material properties on the host.
Implements celeritas::ParamsDataInterface< XorwowRngParamsData >.