stdlib标准库的常用API

1获取随机数

  比如0~99    int i = arc4random_uniform(100)

 
原文地址:https://www.cnblogs.com/dzq1991/p/6159077.html