This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Merged other forks and updated to Swift 2.0. | |
// Original code: | |
// https://gist.github.com/haipham/d169cdea2f28222db7f3 | |
// http://stackoverflow.com/questions/24007129/how-does-one-generate-a-random-number-in-apples-swift-language | |
// https://gist.github.com/pontusarmini/169bc5b3c3fc552a4c3d | |
import Foundation | |
import CoreGraphics | |
// Suppress a warning |