62 std::ostream &
put ( std::ostream & os )
const;
63 std::istream &
get ( std::istream & is );
75 static void shootArray (
const int size,
double* vect );
91 void fireArray (
const int size,
double* vect);
95 std::string
name()
const;
109 std::shared_ptr<HepRandomEngine> localEngine;
115#include "CLHEP/Random/RandLandau.icc"
static double transformSmall(double r)
RandLandau(HepRandomEngine &anEngine)
static double transform(double r)
static void shootArray(const int size, double *vect)
std::istream & get(std::istream &is)
void fireArray(const int size, double *vect)
static std::string distributionName()
static double shoot(HepRandomEngine *anotherEngine)
std::ostream & put(std::ostream &os) const
RandLandau(HepRandomEngine *anEngine)
HepRandomEngine & engine()