delay = NSTimeInterval(arc4random_uniform(900)+100) / 1000
Not sure why I didn't do that in the first place...
delay = NSTimeInterval(arc4random_uniform(900)+100) / 1000
Not sure why I didn't do that in the first place...