library: libRooFit #include "RooRandom.h" |
RooRandom
class description - header file - source file - inheritance tree (.pdf)
private:
RooRandom()
public:
RooRandom(const RooRandom&)
virtual ~RooRandom()
static TClass* Class()
static Double_t gaussian(TRandom* generator = randomGenerator())
static UInt_t integer(UInt_t max, TRandom* generator = randomGenerator())
virtual TClass* IsA() const
RooRandom& operator=(const RooRandom&)
static Bool_t quasi(UInt_t dimension, Double_t* vector, RooQuasiRandomGenerator* generator = quasiGenerator())
static RooQuasiRandomGenerator* quasiGenerator()
static TRandom* randomGenerator()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
static Double_t uniform(TRandom* generator = randomGenerator())
static void uniform(UInt_t dimension, Double_t* vector, TRandom* generator = randomGenerator())
TRandom * randomGenerator()
Return a pointer to a singleton random-number generator
implementation. Creates the object the first time it is called.
void uniform(UInt_t dimension, Double_t vector[], TRandom *generator)
Fill the vector provided with random numbers uniformly distributed from (0,1)
Last update: Tue Jul 11 11:46:11 2006
Copyright (c) 2000-2005, Regents of the University of California *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.