From 5de7494cf1d3672c9419ac0a3d6f26ae2b9855af Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Feb 2018 13:42:38 -0700 Subject: [PATCH] Disable srand48/rand48 by default --- src/DIGRand/DIGRand.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/DIGRand/DIGRand.cpp b/src/DIGRand/DIGRand.cpp index 5eba39c..0782276 100644 --- a/src/DIGRand/DIGRand.cpp +++ b/src/DIGRand/DIGRand.cpp @@ -1,7 +1,6 @@ - #include -#define USE_RAND48 1 +#define USE_RAND48 0 #include #include -- 2.34.1