Use rand48()
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 22:06:44 +0000 (15:06 -0700)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 22:06:44 +0000 (15:06 -0700)
src/DIGRand/DIGRand.cpp

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