Sportica   Sportica
摘要: //获取一个32位随机数 static const char _randomStr[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; //!@#$%^*() //1、获取一个随机整数范围在:[0,100)包括0,不包括100 int x = arc4random() % 100; // 获取一个随机... 阅读全文
posted @ 2017-06-27 13:36 qingjoin 阅读(2142) 评论(0) 推荐(0) 编辑
  Sportica