Skip to content

Instantly share code, notes, and snippets.

@cosmic-cortex
Created June 9, 2020 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosmic-cortex/629c8babddc8ed2aecea887f96704646 to your computer and use it in GitHub Desktop.
Save cosmic-cortex/629c8babddc8ed2aecea887f96704646 to your computer and use it in GitHub Desktop.
from random import random as random_py
size = 1000
n_runs = 10000
for _ in range(n_runs):
[random_py() for _ in range(size)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment