I have a question about the arc4random() function in Objective-C.
In the examples I have seen online, there is a %
symbol right after the function call. I think of %
as the modulus operator, so does this symbol have another meaning when used after arc4random()
? How does it work?