ROOT  6.06/09
Reference Guide
Macros | Functions
testRandom.cxx File Reference
#include "Math/Random.h"
#include "Math/GSLRndmEngines.h"
#include "TStopwatch.h"
#include "TRandom1.h"
#include "TRandom2.h"
#include "TRandom3.h"
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <typeinfo>
#include <iomanip>
#include <fstream>
#include <limits>
+ Include dependency graph for testRandom.cxx:

Go to the source code of this file.

Macros

#define PI   3.14159265358979323846264338328 /* pi */
 
#define NEVT   10000000
 

Functions

template<class R >
void printName (const R &r)
 
void printName (const TRandom &r)
 
void printName (const TRandom1 &r)
 
void printName (const TRandom2 &r)
 
void printName (const TRandom3 &r)
 
template<class R >
void generate (R &r, bool array=true)
 
int main ()
 

Macro Definition Documentation

#define NEVT   10000000

Definition at line 30 of file testRandom.cxx.

Referenced by generate(), and main().

#define PI   3.14159265358979323846264338328 /* pi */

Definition at line 25 of file testRandom.cxx.

Referenced by generate().

Function Documentation

template<class R >
void generate ( R r,
bool  array = true 
)

Definition at line 122 of file testRandom.cxx.

Referenced by main().

int main ( )

Definition at line 163 of file testRandom.cxx.

template<class R >
void printName ( const R r)

Definition at line 100 of file testRandom.cxx.

Referenced by generate(), and RooPrintable::printStream().

void printName ( const TRandom r)

Definition at line 105 of file testRandom.cxx.

void printName ( const TRandom1 r)

Definition at line 109 of file testRandom.cxx.

void printName ( const TRandom2 r)

Definition at line 113 of file testRandom.cxx.

void printName ( const TRandom3 r)

Definition at line 117 of file testRandom.cxx.