Multiple choice technology programming languages

What is /dev/random device?

  1. A dummy device to represent swap

  2. A dummy device to represent any device

  3. A dummy device to provide infinite number of randon numbers

  4. Invalid device

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The /dev/random file is a special character device file that serves as a random number generator, utilizing environmental noise collected from device drivers.