Fix random seeds.

This commit is contained in:
Steven Robertson 2011-10-14 11:56:58 -04:00
parent 7f1cd5888e
commit 83670df2c7

View File

@ -238,6 +238,7 @@ void iter(mwc_st *msts, iter_info *infos, float4 *accbuf, float *denbuf) {
write_pix(pix, den);
accbuf[i] = pix;
}
msts[gtid()] = rctx;
}
''')
return tmpl.substitute(