iOS 常用随机数

比如:获取一个随机整数范围在:[0,100)包括0,不包括100 

int x = arc4random() % 100;

 

参考:https://www.jianshu.com/p/106475cbd3da

posted @ 2018-04-23 11:41  liuw_flexi  阅读(144)  评论(0编辑  收藏  举报