Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 382 Bytes

23.随机数.md

File metadata and controls

22 lines (11 loc) · 382 Bytes

23.随机数

arc4random()

arc4random()是一个优秀的随机算法,无论在那个位的CPU上面返回的都是UInt32。

let number = arc4random()