Skip to content

Instantly share code, notes, and snippets.

@taichino
Created February 28, 2017 20:54
Show Gist options
  • Save taichino/d1e53535287077a65f66619358bb3ead to your computer and use it in GitHub Desktop.
Save taichino/d1e53535287077a65f66619358bb3ead to your computer and use it in GitHub Desktop.
for _ in [0...Globals.RANDOM_SELECT_REPEAT] {
_ = realm.objects(RealmUser.self).filter("id = %@", user.id).first!.commits[Int(arc4random_uniform(UInt32(max)))]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment