Skip to content

Instantly share code, notes, and snippets.

@taichino
Created February 28, 2017 20:52
Show Gist options
  • Save taichino/5866af3c93430342ad838d774331e586 to your computer and use it in GitHub Desktop.
Save taichino/5866af3c93430342ad838d774331e586 to your computer and use it in GitHub Desktop.
for _ in [0...Globals.RANDOM_SELECT_REPEAT] {
let index = Int(arc4random_uniform(UInt32(max)))
_ = SharkCommit.query().where(withFormat: "user = %@", withParameters: [self.user]).fetch()[index]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment