|
Celeritas 0.7.0-dev.224+develop.84a24a8b
|
Shared data for Ranluxpp pseudo-random number generator. More...
#include <RanluxppRngParams.hh>

Public Member Functions | |
| RanluxppRngParams (RanluxppUInt seed) | |
| Construct with a seed. | |
| HostRef const & | host_ref () const final |
| Access rng params data on host. | |
| DeviceRef const & | device_ref () const final |
| Access rng params data on device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< RanluxppRngParamsData > | |
| RanluxppRngParamsData< Ownership::const_reference, M > const & | ref () const |
| RanluxppRngParamsData< 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< RanluxppRngParamsData > | |
| using | HostRef = HostCRef< RanluxppRngParamsData > |
| using | DeviceRef = DeviceCRef< RanluxppRngParamsData > |
Protected Member Functions inherited from celeritas::ParamsDataInterface< RanluxppRngParamsData > | |
| CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Shared data for Ranluxpp pseudo-random number generator.
|
inlinefinalvirtual |
Access rng params data on device.
Implements celeritas::ParamsDataInterface< RanluxppRngParamsData >.
|
inlinefinalvirtual |
Access rng params data on host.
Implements celeritas::ParamsDataInterface< RanluxppRngParamsData >.