#include <G4INCLRanecu.hh>
Definition at line 53 of file G4INCLRanecu.hh.
 
      
        
          | G4INCL::Ranecu::Ranecu  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Definition at line 54 of file G4INCLRanecu.cc.
void setSeeds(const Random::SeedVector &sv)
 
 
 
 
  
  
      
        
          | G4INCL::Ranecu::~Ranecu  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
Implements G4INCL::IRandomGenerator.
Definition at line 60 of file G4INCLRanecu.cc.
   66     G4int i1=iseed1/53668;
 
   67     iseed1=40014*(iseed1-i1*53668)-i1*12211;
 
   69     if(iseed1 < 0) iseed1 = iseed1 + 2147483563;
 
   71     G4int i2=iseed2/52774;
 
   72     iseed2=40692*(iseed2-i2*52774)-i2*3791;
 
   73     if(iseed2 < 0) iseed2=iseed2+2147483399;
 
   75     G4int iz=iseed1-iseed2;
 
   76     if(iz < 1) iz=iz+2147483562;
 
 
 
 
The documentation for this class was generated from the following files:
- geant4.10.03.p01/source/processes/hadronic/models/inclxx/utils/include/G4INCLRanecu.hh
 
- geant4.10.03.p01/source/processes/hadronic/models/inclxx/utils/src/G4INCLRanecu.cc