From 69b097c937231746b11a373f5ce6ab682e83df56 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Feb 2018 15:06:44 -0700 Subject: [PATCH 1/1] Use rand48() --- src/DIGRand/DIGRand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1