Skip to content

Instantly share code, notes, and snippets.

View chaomodus's full-sized avatar
🏴

Jaysean "Ladybug" Frisby chaomodus

🏴
View GitHub Profile
@chaomodus
chaomodus / keybase.md
Created June 5, 2017 23:32
Keybase proof

Keybase proof

I hereby claim:

  • I am chaomodus on github.
  • I am chaomodus (https://keybase.io/chaomodus) on keybase.
  • I have a public key ASCJHcCLPdjZY6rn55wOC-vuFHkl8nYO4Y9BrQQmTHPmOgo

To claim this, I am signing this object:

import random
rightcnt = 0.0
cnt = 0.0
for i in range(1, 1000):
# a and b are a flat random over range
a = random.randint(0, 100)
b = random.randint(0, 100)
# k = random.normalvariate(50, 10) # dunno what sigma to use??
k = 50 # median instead of normal distributed random