diff options
Diffstat (limited to 'benchmarks/crand_benchmark2.cpp')
| -rw-r--r-- | benchmarks/crand_benchmark2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/crand_benchmark2.cpp b/benchmarks/crand_benchmark2.cpp index 2692e760..6a517a0b 100644 --- a/benchmarks/crand_benchmark2.cpp +++ b/benchmarks/crand_benchmark2.cpp @@ -1,7 +1,7 @@ #include <stdio.h>
#include <time.h>
#include <random>
-#include "stc/crand.h"
+#include "stc/crandom.h"
#include "others/pcg_random.hpp"
static struct stc32_state { stc64_t rng; uint64_t spare; unsigned n; } stc32_global =
|
