summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/crand_benchmark2.cpp
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-21 08:26:54 +0100
committerTyge Løvset <[email protected]>2021-01-21 08:26:54 +0100
commit50da396d04714a18fa087ebbd1f2316958dbd6bd (patch)
tree0349909bf35183e2eced05ca0d3ce909f700c23e /benchmarks/crand_benchmark2.cpp
parent9473eae780011ef520066ddcd36bb555e8e616e4 (diff)
downloadSTC-modified-50da396d04714a18fa087ebbd1f2316958dbd6bd.tar.gz
STC-modified-50da396d04714a18fa087ebbd1f2316958dbd6bd.zip
Reverted namings: crand to crandom, and copt to coption.
Diffstat (limited to 'benchmarks/crand_benchmark2.cpp')
-rw-r--r--benchmarks/crand_benchmark2.cpp2
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 =