1
0
Fork 0
This repository has been archived on 2021-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
uni-m.cds-adv-prog/ex0.2/results.txt

11 lines
184 B
Plaintext
Raw Permalink Normal View History

2020-05-06 11:43:09 +02:00
Running `time ./gen_rand.py "1e6"` gives
2019-11-12 10:39:54 +01:00
2020-05-06 11:43:09 +02:00
real 0m0.237s
user 0m0.160s
Contrast this to the following:
Running `time ./gen_rand_explicit.py "1e6"` gives
real 2m11.564s
user 2m1.950s