Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TRandom2.cxx File Reference
#include "TRandom2.h"
#include "TUUID.h"

Macros

#define LCG(n)
#define TAUSWORTHE(s, a, b, c, d)

Macro Definition Documentation

◆ LCG

#define LCG ( n)
Value:
((69069 * n) & 0xffffffffUL)
const Int_t n
Definition legend1.C:16

◆ TAUSWORTHE

#define TAUSWORTHE ( s,
a,
b,
c,
d )
Value:
(((s &c) <<d) & 0xffffffffUL ) ^ ((((s <<a) & 0xffffffffUL )^s) >>b)
#define d(i)
Definition RSha256.hxx:102
#define b(i)
Definition RSha256.hxx:100
#define c(i)
Definition RSha256.hxx:101
#define a(i)
Definition RSha256.hxx:99