Guest User

Untitled

a guest
Feb 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. let randomDouble: Double = (-0.3...0.9).random
  2. let randomCGFloat: CGFloat = (-0.9...0.9).random
  3. let randomInt: Int = (-9...3).random
  4. let randomUInt: UInt = (3...9).random
Add Comment
Please, Sign In to add comment