Skip to content

Instantly share code, notes, and snippets.

View andybrodie's full-sized avatar

Andy Brodie andybrodie

View GitHub Profile

Keybase proof

I hereby claim:

  • I am andybrodie on github.
  • I am andybrodie (https://keybase.io/andybrodie) on keybase.
  • I have a public key ASCawF27-r6RF0YF1sHGLyAtTSPtdwY1BJo968H1yHF-2Qo

To claim this, I am signing this object:

from random import seed
from random import randint
successes = 0
failures = 0
count = 0
print("Starting loop")
while (count<1000000):
from random import seed
from random import randint
successes = 0
failures = 0
count = 0
print("Starting loop")
while (count<1000000):