#include <algorithm>
#include <assert.h>
#include "G4Types.hh"
#include "Randomize.hh"
 
Go to the source code of this file.
◆ G4UNIFORMRANDPOOL_DEFAULT_POOLSIZE
      
        
          | #define G4UNIFORMRANDPOOL_DEFAULT_POOLSIZE   1024 | 
        
      
 
 
◆ G4UNIFORMRANDPOOL_HUGE_POOLSIZE
      
        
          | #define G4UNIFORMRANDPOOL_HUGE_POOLSIZE   8192 | 
        
      
 
 
◆ G4UNIFORMRANDPOOL_LARGE_POOLSIZE
      
        
          | #define G4UNIFORMRANDPOOL_LARGE_POOLSIZE   2048 | 
        
      
 
 
◆ G4UNIFORMRANDPOOL_MEDIUM_POOLSIZE
      
        
          | #define G4UNIFORMRANDPOOL_MEDIUM_POOLSIZE   512 | 
        
      
 
 
◆ G4UNIFORMRANDPOOL_SMALL_POOLSIZE
      
        
          | #define G4UNIFORMRANDPOOL_SMALL_POOLSIZE   256 | 
        
      
 
 
◆ G4UNIFORMRANDPOOL_TINY_POOLSIZE
      
        
          | #define G4UNIFORMRANDPOOL_TINY_POOLSIZE   128 |