ROOT  6.06/09
Reference Guide
Functions | Variables
TRandom1.cxx File Reference
#include "TRandom1.h"
#include "TRandom3.h"
#include "TMath.h"
#include <stdlib.h>
+ Include dependency graph for TRandom1.cxx:

Go to the source code of this file.

Functions

 ClassImp (TRandom1) TRandom1
 Luxury level is set in the same way as the original FORTRAN routine. More...
 

Variables

const UInt_t fgSeedTable [215][2]
 

Function Documentation

ClassImp ( TRandom1  )

Luxury level is set in the same way as the original FORTRAN routine.

level 0 (p=24): equivalent to the original RCARRY of Marsaglia and Zaman, very long period, but fails many tests. level 1 (p=48): considerable improvement in quality over level 0, now passes the gap test, but still fails spectral test. level 2 (p=97): passes all known tests, but theoretically still defective. level 3 (p=223): DEFAULT VALUE. Any theoretically possible correlations have very small chance of being observed. level 4 (p=389): highest possible luxury, all 24 bits chaotic.

Definition at line 251 of file TRandom1.cxx.

Variable Documentation

const UInt_t fgSeedTable[215][2]

Definition at line 33 of file TRandom1.cxx.

Referenced by TRandom1::GetTableSeeds().