LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Script to create multiple users, not working.. (https://www.linuxquestions.org/questions/programming-9/script-to-create-multiple-users-not-working-4175606660/)

BW-userx 05-27-2017 07:57 AM

Random is not random
Quote:

/dev/random should be suitable for uses that need very high quality randomness such as one-time pad or key generation.
When the entropy pool is empty, reads from /dev/random will block until additional environmental noise is gathered.
A read from the /dev/urandom device will not block waiting for more entropy.


All times are GMT -5. The time now is 02:05 PM.