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. --- docstring.c | 1 - 1 file changed, 1 deletion(-) (limited to 'docstring.c') diff --git a/docstring.c b/docstring.c index b86a44d..d0b3920 100644 --- a/docstring.c +++ b/docstring.c @@ -64,7 +64,6 @@ static char *the_docstring1 = "qs 1 quality scale, multiply quality of all frames by this\n" "ss 1 size scale, multiply size (in pixels) of all frames by this\n" "pixel_aspect 1.0 aspect ratio of pixels (width over height), eg 0.90909 for NTSC\n" -"seed random integer seed for random numbers, defaults to time+pid\n" "nthreads 0 number of threads to use for render. default auto-detects.\n" "verbose 0 if non-zero then print progress meter on stderr\n" "bits 33 also 32 or 64: sets bit-width of internal buffers (33 means 32-bit floating-point)\n" -- cgit v1.2.3