#include "TRandom2.h"#include "TRandom3.h"Go to the source code of this file.
Defines | |
| #define | TAUSWORTHE(s, a, b, c, d) (((s &c) <<d) & 0xffffffffUL ) ^ ((((s <<a) & 0xffffffffUL )^s) >>b) |
| #define | LCG(n) ((69069 * n) & 0xffffffffUL) |
Functions | |
| ClassImp (TRandom2) TRandom2 | |
Referenced by TRandom2::SetSeed().
| #define TAUSWORTHE | ( | s, | |||
| a, | |||||
| b, | |||||
| c, | |||||
| d | ) | (((s &c) <<d) & 0xffffffffUL ) ^ ((((s <<a) & 0xffffffffUL )^s) >>b) |
Referenced by TRandom2::Rndm(), and TRandom2::RndmArray().
| ClassImp | ( | TRandom2 | ) |
Definition at line 27 of file TRandom2.cxx.
1.5.1