From 50da396d04714a18fa087ebbd1f2316958dbd6bd Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 21 Jan 2021 08:26:54 +0100 Subject: Reverted namings: crand to crandom, and copt to coption. --- benchmarks/crand_benchmark2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/crand_benchmark2.cpp') 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 #include #include -#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 = -- cgit v1.2.3