From b7efd45f0b59511be7202ce0641283e8a8ff6028 Mon Sep 17 00:00:00 2001 From: tylov Date: Fri, 28 Jul 2023 11:48:03 +0200 Subject: Updated output label for crand64. --- misc/benchmarks/various/prng_bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/benchmarks/various/prng_bench.cpp b/misc/benchmarks/various/prng_bench.cpp index cd43ff36..45c14d18 100644 --- a/misc/benchmarks/various/prng_bench.cpp +++ b/misc/benchmarks/various/prng_bench.cpp @@ -186,7 +186,7 @@ int main(void) for (size_t i = 0; i < N; i++) recipient[i] = crand_u64(&rng); end = clock(); - cout << "stc64:\t\t" + cout << "crand64:\t" << (float(end - beg) / CLOCKS_PER_SEC) << "s: " << recipient[312] << endl; -- cgit v1.2.3