summaryrefslogtreecommitdiff
path: root/rect.c
diff options
context:
space:
mode:
Diffstat (limited to 'rect.c')
-rw-r--r--rect.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/rect.c b/rect.c
index d08247d..0b18993 100644
--- a/rect.c
+++ b/rect.c
@@ -859,10 +859,7 @@ static int render_rectangle(flam3_frame *spec, void *out,
int rk;
/* Create a new isaac state for this thread */
- for (rk = 0; rk < RANDSIZ; rk++)
- fth[thi].rc.randrsl[rk] = irand(&spec->rc);
-
- irandinit(&(fth[thi].rc),1);
+ xorshift_seed (&(fth[thi].rc));
if (0==thi) {