mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
Followon commit
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user