比如:获取一个随机整数范围在:[0,100)包括0,不包括100
int x = arc4random() % 100;
参考:https://www.jianshu.com/p/106475cbd3da