35 #ifndef G4MTRandGeneral_h 
   36 #define G4MTRandGeneral_h 1 
  113   std::vector<G4double> theIntegralPdf;
 
  116   G4int InterpolationType;
 
  119   void prepareTable(
const G4double* aProbFunc);
 
  120   void useFlatDistribution();
 
  125 #include "G4MTRandGeneral.icc" 
void shootArray(const G4int size, G4double *vect)
 
void fireArray(const G4int size, G4double *vect)
 
G4MTRandGeneral(const G4double *aProbFunc, G4int theProbSize, G4int IntType=0)
 
virtual ~G4MTRandGeneral()