summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rngtest.c10
1 files changed, 0 insertions, 10 deletions
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<NN; i++) {
- v += rand();
- }
- difference = clock() - before;
- printf("rand : %.02f, %zu\n", (float) difference / CLOCKS_PER_SEC, v);
-*/
} \ No newline at end of file