Random Number Generation
suggest changeRemarks
Due to the flaws of rand()
, many other default implementations have emerged over the years. Among those are:
arc4random()
(available on OS X and BSD)random()
(available on Linux)drand48()
(available on POSIX)
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents