![]() |
ATLAS Offline Software
|
Functions | |
| dSFMT (seed, name="AtDSFMTGenSvc") | |
| Ranlux64 (seed, name="AtRanluxGenSvc") | |
| Ranecu (seed, name="AtRndmGenSvc") | |
| RNG (engine="dSFMT", name="AthRNGSvc") | |
| AthRNGSvcCfg (flags, name="AthRNGSvc") | |
Variables | |
| AtDSFMTGenSvc | |
| AtRanluxGenSvc | |
| AtRndmGenSvc | |
| AthRNGSvc | |
| dict | AthEngines |
Define functions to construct random number services Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
| RngCompsConfig.AthRNGSvcCfg | ( | flags, | |
| name = "AthRNGSvc" ) |
Return a ComponentAccumulator containing an AthRNGSvc
Definition at line 51 of file RngCompsConfig.py.
| RngCompsConfig.dSFMT | ( | seed, | |
| name = "AtDSFMTGenSvc" ) |
Return a ComponentAccumulator containing an AtDSFMTGenSvc with seed
Definition at line 19 of file RngCompsConfig.py.
| RngCompsConfig.Ranecu | ( | seed, | |
| name = "AtRndmGenSvc" ) |
Return a ComponentAccumulator containing an AtRndmGenSvc with seed
Definition at line 35 of file RngCompsConfig.py.
| RngCompsConfig.Ranlux64 | ( | seed, | |
| name = "AtRanluxGenSvc" ) |
Return a ComponentAccumulator containing an AtRanluxGenSvc with seed
Definition at line 27 of file RngCompsConfig.py.
| RngCompsConfig.RNG | ( | engine = "dSFMT", | |
| name = "AthRNGSvc" ) |
Return a ComponentAccumulator containing an AthRNGSvc
Definition at line 43 of file RngCompsConfig.py.
| RngCompsConfig.AtDSFMTGenSvc |
Definition at line 9 of file RngCompsConfig.py.
| dict RngCompsConfig.AthEngines |
Definition at line 13 of file RngCompsConfig.py.
| RngCompsConfig.AthRNGSvc |
Definition at line 9 of file RngCompsConfig.py.
| RngCompsConfig.AtRanluxGenSvc |
Definition at line 9 of file RngCompsConfig.py.
| RngCompsConfig.AtRndmGenSvc |
Definition at line 9 of file RngCompsConfig.py.