【週刊ドットインストール】 AI関連レッスン、第四弾を準備中
let random = arc4random_uniform(UInt32(results.count))
この部分なのですが、(UInt32(results.count))は(results.count)のままだと問題があるのでしょうか?
(UInt32(results.count))
(results.count)
この回答を見るにはプレミアムプランへの登録が必要です