![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Namespaces | |
| details | |
| NuRandomServiceHelper | |
| SeedMasterHelper | |
| Namespace for implementation details of SeedMaster. | |
Classes | |
| class | NuRandomService |
| An art service to assist in the distribution of guaranteed unique seeds to all engines within an art job. More... | |
| class | SeedMaster |
| A class to assist in the distribution of guaranteed unique seeds to all engine IDs. More... | |
Typedefs | |
| using | seed_t = art::detail::EngineCreator::seed_t |
| Type of seed used in art and by us. More... | |
| using | SeedAtom = fhicl::OptionalAtom< seed_t > |
| Type of FHiCL parameter to be used to read a random seed. More... | |
| using rndm::seed_t = typedef art::detail::EngineCreator::seed_t |
Type of seed used in art and by us.
Definition at line 65 of file NuRandomService.h.
| using rndm::SeedAtom = typedef fhicl::OptionalAtom<seed_t> |
Type of FHiCL parameter to be used to read a random seed.
Definition at line 68 of file NuRandomService.h.