ROOT 6.10/09 Reference Guide |
#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>
Macros | |
#define | NEVT 10000000 |
#define | PI 3.14159265358979323846264338328 /* pi */ |
Functions | |
template<class R > | |
void | generate (R &r, bool array=true) |
int | main () |
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) |
#define NEVT 10000000 |
Definition at line 30 of file testRandom.cxx.
#define PI 3.14159265358979323846264338328 /* pi */ |
Definition at line 25 of file testRandom.cxx.
Definition at line 122 of file testRandom.cxx.
int main | ( | ) |
Definition at line 163 of file testRandom.cxx.
Definition at line 100 of file testRandom.cxx.
Definition at line 105 of file testRandom.cxx.
Definition at line 109 of file testRandom.cxx.
Definition at line 113 of file testRandom.cxx.
Definition at line 117 of file testRandom.cxx.