macOS, iOS
swift random함수
SweetDev
2019. 11. 7. 16:12
import UIKit
print(Int.random(in: 1...10000))
import UIKit
print(Int.random(in: 1...10000))