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. --- flam3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flam3.h') diff --git a/flam3.h b/flam3.h index f46e09e..a66e40e 100644 --- a/flam3.h +++ b/flam3.h @@ -22,7 +22,7 @@ #include #include -#include "isaac.h" +#include "xorshift.h" #if defined(_MSC_VER) /* VC++ */ #include -- cgit v1.2.3