LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
rndm Namespace Reference

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...
 

Typedef Documentation

Type of seed used in art and by us.

Definition at line 65 of file NuRandomService.h.

Type of FHiCL parameter to be used to read a random seed.

Definition at line 68 of file NuRandomService.h.