Skip to content

Instantly share code, notes, and snippets.

@XMPPwocky
Created April 10, 2015 23:18
Show Gist options
  • Save XMPPwocky/436b7297791413735f92 to your computer and use it in GitHub Desktop.
Save XMPPwocky/436b7297791413735f92 to your computer and use it in GitHub Desktop.
rand1 = np.random.rand() - 0.5
rand2 = np.random.rand() - 0.5 + rand1
x = rand2
rand3 = np.random.rand() - 0.5
rand4 = np.random.rand() - 0.5 + rand3
y = rand4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment