Skip to content

Instantly share code, notes, and snippets.

@erikformella
Created March 15, 2012 23:29
Show Gist options
  • Save erikformella/2047644 to your computer and use it in GitHub Desktop.
Save erikformella/2047644 to your computer and use it in GitHub Desktop.
Andrew Purcell's custom rand()
// sonystyle ^_^
int rand() {
return 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment