Random number generators for Linux on z Systems

For Linux on z Systems there are multiple kernel interfaces to get to (pseudo) random data. First there are the two standard Linux interfaces.

  • /dev/random : blocking interface used for really good random numbers
  • /dev/urandom : nonblocking interface used
Read the rest