35 #ifndef G4MTRandGeneral_h 
   36 #define G4MTRandGeneral_h 1 
void shootArray(const G4int size, G4double *vect)
 
G4double mapRandom(G4double rand) const 
 
void fireArray(const G4int size, G4double *vect)
 
CLHEP::HepRandomEngine * localEngine
 
std::vector< G4double > theIntegralPdf
 
G4MTRandGeneral(const G4double *aProbFunc, G4int theProbSize, G4int IntType=0)
 
void prepareTable(const G4double *aProbFunc)
 
virtual ~G4MTRandGeneral()
 
void useFlatDistribution()