ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
TRandom3.cxx File Reference
#include "TRandom3.h"
#include "TBuffer.h"
#include "TRandom2.h"
#include "TClass.h"
#include "TUUID.h"
Include dependency graph for TRandom3.cxx:

Go to the source code of this file.

Functions

 ClassImp (TRandom3) TRandom3
 *-*-*-*-*-*-*-*-*-*-*default constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-* If seed is 0, the seed is automatically computed via a TUUID object. More...
 

Variables

TRandomgRandom = new TRandom3()
 

Function Documentation

ClassImp ( TRandom3  )

*-*-*-*-*-*-*-*-*-*-*default constructor*-*-*-*-*-*-*-*-*-*-*-*-*-*-* If seed is 0, the seed is automatically computed via a TUUID object.

In this case the seed is guaranteed to be unique in space and time.

Definition at line 67 of file TRandom3.cxx.

Variable Documentation

TRandom* gRandom = new TRandom3()

Definition at line 57 of file TRandom3.cxx.