Disable srand48/rand48 by default
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 20:42:38 +0000 (13:42 -0700)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 20:42:38 +0000 (13:42 -0700)
src/DIGRand/DIGRand.cpp

index 5eba39c6a3d349c13fa0992e621f0bf63751131b..0782276ddc8e7d0b8ba2d578d79fe72bc87f1d8d 100644 (file)
@@ -1,7 +1,6 @@
-
 #include <cstdlib>
 
-#define USE_RAND48 1
+#define USE_RAND48 0
 
 #include <stdlib.h>
 #include <DIGRand/DIGRand.h>