How do I find out the minimum OS requirements for using arc4random_uniform()? Is it defined in BSD? If so, from what version? Does it run on any Mac OS X version? How about iOS versions? Is there any official place I can find these things out?
How do I find out the minimum OS requirements for using arc4random_uniform() ? Is
Share
If you look at
stdlib.hwhere it is defined, it says:So it is available from Lion on for desktops and iOS 4.3 on the iPhone.