ATLAS Offline Software
|
#include <iostream>
#include "TRandom3.h"
Go to the source code of this file.
Classes | |
class | BasicRandom |
a Randomnumber generator with a data member TRandom3 so that we can either use a shared generator or a dediceted one. NB: there will be seperate instances of this class but in the case of a shared generator, they will all use the same TRandom3 uses 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-2023 CERN for the benefit of the ATLAS collaboration
Definition in file BasicRandom.h.