Skip to content

Instantly share code, notes, and snippets.

@zerosign
Created January 24, 2013 07:08
Show Gist options
  • Save zerosign/4618240 to your computer and use it in GitHub Desktop.
Save zerosign/4618240 to your computer and use it in GitHub Desktop.
float randomize(int start, int range) {
return start + rand() % range;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment