Go to the source code of this file.
Namespaces | |
namespace | Toshi |
Macros | |
#define | cut(a) |
#define | ind(mm, x) |
#define | rngstep(mix, a, b, mm, m, m2, r, x) |
#define | mix(a, b, c, d, e, f, g, h) |
#define | shuffle(a, b, mm, m, m2, r, x) |
#define cut | ( | a | ) |
Definition at line 7 of file TRandom.cpp.
#define ind | ( | mm, | |
x ) |
Definition at line 10 of file TRandom.cpp.
#define mix | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f, | |||
g, | |||
h ) |
Definition at line 20 of file TRandom.cpp.
#define rngstep | ( | mix, | |
a, | |||
b, | |||
mm, | |||
m, | |||
m2, | |||
r, | |||
x ) |
Definition at line 12 of file TRandom.cpp.
#define shuffle | ( | a, | |
b, | |||
mm, | |||
m, | |||
m2, | |||
r, | |||
x ) |
Definition at line 48 of file TRandom.cpp.