1
0
Fork 0
This repository has been archived on 2021-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
uni-m.cds-adv-prog/ex0.2/results.txt

10 lines
184 B
Text

Running `time ./gen_rand.py "1e6"` gives
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