ATLAS Offline Software
|
#include <iostream>
#include "TRandom3.h"
Go to the source code of this file.
Classes | |
class | Random |
Functions | |
std::ostream & | operator<< (std::ostream &s, const Random &_r) |
singleton random number generator wrapper, for the root TRandom3 Mersenne Twistor generator, 623-diminsionally equidistributed uniform generator.
from ACM Trans. Mod. Comp. Sim. Vol 8-1 (1998) 3. This wrapper is to avoid global variables cluttering up the place - root is bad enough as it is.
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Definition in file TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Random.h.
Definition at line 49 of file TrigAnalysis/TrigInDetAnalysisUser/Resplot/src/Random.h.