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 
9  private:
10  PndFsmRandom(){};
11  ~PndFsmRandom(){};
12  static TRandom3 *frand;
13 };
static TRandom3 * Instance()