diff options
| author | tylov <[email protected]> | 2023-07-28 11:48:03 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-28 11:48:03 +0200 |
| commit | b7efd45f0b59511be7202ce0641283e8a8ff6028 (patch) | |
| tree | 91636b3361add72f9388830ff4af319f31dc7d0e | |
| parent | 078f20f2e378543f078e86f8ad256887378ce92b (diff) | |
| download | STC-modified-b7efd45f0b59511be7202ce0641283e8a8ff6028.tar.gz STC-modified-b7efd45f0b59511be7202ce0641283e8a8ff6028.zip | |
Updated output label for crand64.
| -rw-r--r-- | misc/benchmarks/various/prng_bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
