Followon commit

This commit is contained in:
mfeemster
2014-12-09 02:03:54 -08:00
parent 3e70b8eec6
commit d42cdfafe4
4 changed files with 6 additions and 3 deletions

View File

@ -255,7 +255,7 @@ public:
<< "\t\treal_t x, y, z;\n"
<< "\t\treal_t p = 2 * MwcNext01(mwc) - 1;\n"
<< "\t\treal_t q = 2 * MwcNext01(mwc) - 1;\n"
<< "\t\tuint i = MwcNext(mwc) & 3;\n"
<< "\t\tuint i = MwcNext(mwc) % 3;\n"
<< "\t\tuint j = MwcNext(mwc) & 1;\n"
<< "\n"
<< "\t\tswitch (i)\n"