virtual void SetSeed2(UInt_t seed, Int_t lux=3)
The initialisation is carried out using a Multiplicative Congruential generator using formula constan...
virtual void RndmArray(Int_t size, Float_t *vect)
return an array of random numbers in ]0,1]
virtual void SetSeeds(const UInt_t *seeds, Int_t lux=3)
set seeds
The Ranlux Random number generator class.
#define ClassDef(name, id)
virtual void SetSeed(UInt_t seed)
Set the random generator seed.
This is the base class for the ROOT Random number generators.
TRandom1()
default constructor
virtual ~TRandom1()
destructor
const UInt_t * GetTheSeeds() const
const Double_t fMantissaBit12
virtual Int_t GetLuxury() const
const Double_t fMantissaBit24
Float_t fFloatSeedTable[24]
static Int_t fgNumEngines
R__EXTERN TRandom * gRandom
virtual UInt_t GetSeed() const
static void GetTableSeeds(UInt_t *seeds, Int_t index)
static function returning the table of seeds
virtual Double_t Rndm(Int_t i=0)
return a random number in ]0,1]