码迷,mamicode.com
首页 > 其他好文 > 详细

Objective-C 随机数

时间:2016-10-23 17:26:04      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:time   srand   验证码   rand   color   nsstring   项目   随机验证码   span   

有个项目要给客户发送随机验证码, 试了下这样可以

1 srand(time(0));
2 code = [NSString stringWithFormat:@"%d", (rand() % (9999 - 1001)) + 1001];

 

Objective-C 随机数

标签:time   srand   验证码   rand   color   nsstring   项目   随机验证码   span   

原文地址:http://www.cnblogs.com/zhouxihi/p/5990318.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!