Disable srand48/rand48 by default
[snark14.git] / 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>