31 #define RandLandau_h 1    63   std::ostream & 
put ( std::ostream & os ) 
const;
    64   std::istream & 
get ( std::istream & is );
    74   static  inline double shoot();
    76   static  void shootArray ( 
const int size, 
double* vect );
    92   void fireArray  ( 
const int size, 
double* vect);
    96   std::string 
name() 
const;
   116 #include "CLHEP/Random/RandLandau.icc" 
static double transform(double r)
 
std::shared_ptr< HepRandomEngine > localEngine
 
HepRandomEngine & engine()
 
std::ostream & put(std::ostream &os) const
 
void fireArray(const int size, double *vect)
 
static std::string distributionName()
 
static void shootArray(const int size, double *vect)
 
RandLandau(HepRandomEngine &anEngine)
 
static double transformSmall(double r)