Changeset 3601 in Sophya for trunk/SophyaLib/NTools/tsfunran.h
- Timestamp:
- Apr 28, 2009, 5:23:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tsfunran.h
r3600 r3601 12 12 #include "histos.h" 13 13 #include "tvector.h" 14 #include " stsrand.h"14 #include "randinterf.h" 15 15 #include "classfunc.h" 16 16 … … 31 31 virtual ~TsFunRan(void); 32 32 33 void SetRandomGenerator(RandomGenerator &rg);33 void SetRandomGenerator(RandomGeneratorInterface* rg); 34 34 35 35 int_4 BinRandom(void); … … 38 38 protected: 39 39 void create_DF(bool pdf); 40 RandomGenerator* rg_; 40 RandomGeneratorInterface* rg_; 41 bool internal_rg_; 41 42 }; 42 43
Note:
See TracChangeset
for help on using the changeset viewer.