News

best of 5: 24.6 nsec per loop python3 -m timeit -s 'import random' 'random.randint(0,1000)' 1000000 loops, best of 5: 216 nsec per loop # if you have numpy: python3 -m timeit -s 'import numpy' ...