/ Published in: Objective C
URL: http://swatiardeshna.blogspot.com/2009/08/random-number-generation-within-range.html
Expand |
Embed | Plain Text
int i = (arc4random()%(max-min+1))+min;
You need to login to post a comment.
