What random number generators are available to fill large arrays (arbitrary size, often more than 100,000 bytes) with statistically high-quality random numbers?
How good is the quality of output from /dev/random?
Is there a fast and efficient way to use arc4random_uniform() to fill a large array?
How good is the quality of output from /dev/random?
Is there a fast and efficient way to use arc4random_uniform() to fill a large array?