Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created February 7, 2018 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/58c22410c258132d0be8965fe98fe65e to your computer and use it in GitHub Desktop.
Save laevandus/58c22410c258132d0be8965fe98fe65e to your computer and use it in GitHub Desktop.
let randomDouble: Double = (-0.3...0.9).random
let randomCGFloat: CGFloat = (-0.9...0.9).random
let randomInt: Int = (-9...3).random
let randomUInt: UInt = (3...9).random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment