Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
-50 から 50 までの乱数を生成しようとしていますが、arc4random を使用してこのタスクを達成する方法がわかりません。
誰か提案はありますか?ありがとうございました!
最大 100 の乱数を取得し、50 を減算できます。また、arc4random は符号なしタイプであるため、int にキャストする必要があります。
(arc4random() % (101)) - 50