int generateRandomNumberBetweenMin(int min,int max) { return ( (arc4random() % (max-min+1)) + min ); }
沒有留言:
張貼留言