Skip to content

Instantly share code, notes, and snippets.

View travischambers's full-sized avatar

Travis Chambers travischambers

  • Mililani, HI
  • 14:50 (UTC -10:00)
View GitHub Profile
@travischambers
travischambers / gist:4049167
Created November 10, 2012 00:08 — forked from Colelyman/gist:4049013
Simon 124 Cole Lyman
// Beginning of our code
int beat_counter = 0;
int rand_array[] = 100;
bool fail = true;
setrandSeed();
do { // loop for each round
rand_array[beat_counter] = rand16();