From b9d887fc3cd3ae26c678bf35bc90c4f1d6b03888 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 13 Feb 2015 16:18:10 +0100 Subject: Unify prng use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Finally drop all isaac references, do not use system rng any more. Drop rng state from flam3_frame – it was not used anyway. --- private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index 466104b..62cdb71 100644 --- a/private.h +++ b/private.h @@ -80,7 +80,7 @@ typedef struct { typedef struct { double4 *iter_storage; /* Storage for iteration coordinates */ - randctx rc; /* Thread-unique ISAAC seed */ + randctx rc; /* Thread-unique rng context */ flam3_genome cp; /* Full copy of genome for use by the thread */ int first_thread; int timer_initialize; -- cgit v1.2.3