![]() |
ROOT
6.06/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>
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 () |
| #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().
Definition at line 122 of file testRandom.cxx.
Referenced by main().
| int main | ( | ) |
Definition at line 163 of file testRandom.cxx.
Definition at line 100 of file testRandom.cxx.
Referenced by generate(), and RooPrintable::printStream().
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.