From: Kevin M. Rosenberg Date: Mon, 12 Feb 2018 20:42:38 +0000 (-0700) Subject: Disable srand48/rand48 by default X-Git-Url: http://git.kpe.io/?p=snark14.git;a=commitdiff_plain;h=5de7494cf1d3672c9419ac0a3d6f26ae2b9855af Disable srand48/rand48 by default --- 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