From 7b50efc68e9339497345522fe7ffaf0833fb3869 Mon Sep 17 00:00:00 2001 From: Tylo Date: Tue, 23 Jun 2020 12:20:29 +0200 Subject: Minor stuff on crandom. and STC_INLINE --- examples/rngtest.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'examples') diff --git a/examples/rngtest.c b/examples/rngtest.c index 4a39c4e6..f13306b0 100644 --- a/examples/rngtest.c +++ b/examples/rngtest.c @@ -55,14 +55,4 @@ int main(void) } difference = clock() - before; printf("sfc64: %.02f, %zu\n", (float) difference / CLOCKS_PER_SEC, v); - -/* - before = clock(); \ - v = 0; - for (size_t i=0; i