ATLAS Offline Software
Classes
BasicRandom.h File Reference
#include <iostream>
#include "TRandom3.h"
Include dependency graph for BasicRandom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BasicRandom
 

Detailed Description

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.

Author
mark sutton
Date
Fri 27 Jan 2012 11:39:47 GMT

Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration

Definition in file BasicRandom.h.