| # | Line 22 | Line 22 | |
|---|---|---|
| 22 | russian roulette. The pmapSeed() and pmapRandom() macros can be adapted | |
| 23 | to other (better?) RNGs. */ | |
| 24 | ||
| 25 | < | #if defined(_WIN32) || defined(BSD) |
| 25 | > | #if defined(_WIN32) || defined(_WIN64) || defined(BSD) |
| 26 | /* Assume no erand48(), so use standard RNG without explicit multistate | |
| 27 | control; the resulting sequences will be suboptimal */ | |
| 28 | #include "random.h" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |