FairRoot/PandaRoot
PndFsmRandom.h
Go to the documentation of this file.
1 // simple soliton interface to manage random number generation
2 
3 class TRandom3;
4 
5 class PndFsmRandom {
6 public:
7  static TRandom3* Instance();
8 private:
11  static TRandom3* frand;
12 };
static TRandom3 * frand
Definition: PndFsmRandom.h:10
static TRandom3 * Instance()
Definition: PndFsmRandom.cxx:4