Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRandom2.cxx File Reference
#include "TRandom2.h"
#include "TUUID.h"
Include dependency graph for TRandom2.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

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