|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
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. | |
| 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 |
| 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 device.
Implements celeritas::ParamsDataInterface< XorwowRngParamsData >.
|
inlinefinalvirtual |
Access material properties on the host.
Implements celeritas::ParamsDataInterface< XorwowRngParamsData >.