|
Nsound
0.9.4
|

Go to the source code of this file.
Macros | |
| #define | MASK 0xffffffffUL |
| #define | TAUSWORTHE(s, a, b, c, d) (((s & c) << d) & MASK) ^ ((((s << a) & MASK) ^ s) >> b) |
| #define | LCG(n) ((69069 * n) & 0xffffffffUL) |
| #define MASK 0xffffffffUL |
Referenced by Nsound::RngTausworthe::get().
| #define LCG | ( | n | ) | ((69069 * n) & 0xffffffffUL) |
Referenced by Nsound::RngTausworthe::setSeed().
1.8.6