Skip to content

Instantly share code, notes, and snippets.

@rhiever
Created November 16, 2013 06:29
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 rhiever/7496679 to your computer and use it in GitHub Desktop.
Save rhiever/7496679 to your computer and use it in GitHub Desktop.
TSStickleback.py
from numpy.random import normal
class TSStickleback:
def __init__(self):
self.redness = normal(3, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment