From e98d15d4eb88ec13a6e6ef97e915aada231855fa Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 9 Feb 2015 18:04:22 +0100 Subject: Replace isaac with xorshift No difference in performance. rdrand instruction alone is too slow. --- docstring.c | 1 - 1 file changed, 1 deletion(-) (limited to 'docstring.c') diff --git a/docstring.c b/docstring.c index 7e6357d..4e72ff9 100644 --- a/docstring.c +++ b/docstring.c @@ -68,7 +68,6 @@ static char *the_docstring1 = "format png jpg or ppm or png\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" -"isaac_seed random character-based seed for iteration loop randomness, defaults to time\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