From: Kevin M. Rosenberg Date: Mon, 12 Feb 2018 22:06:44 +0000 (-0700) Subject: Use rand48() X-Git-Url: http://git.kpe.io/?p=snark14.git;a=commitdiff_plain;h=69b097c937231746b11a373f5ce6ab682e83df56 Use rand48() --- diff --git a/src/DIGRand/DIGRand.cpp b/src/DIGRand/DIGRand.cpp index 0782276..2650e4d 100644 --- a/src/DIGRand/DIGRand.cpp +++ b/src/DIGRand/DIGRand.cpp @@ -1,6 +1,6 @@ #include -#define USE_RAND48 0 +#define USE_RAND48 1 #include #include