Search code examples
iosobjective-crandomarc4random

Source code of random() function in Objective-C


I would like to ask if anyone of you knows where can I find the source code of random() function from Objective-C?

I found arc4random() code here, but cannot find simple random().


Solution

  • Take a look at below link. This is implementation file for random function.

    https://opensource.apple.com/source/Libc/Libc-997.90.3/stdlib/FreeBSD/random.c.auto.html