7 ms·
You do understand that urandom does not block waiting for entropy, I think you are confusing /dev/random and /dev/urandom. $ man urandom
by alaaibrahim 11y ago
You do understand that urandom does not block waiting for entropy, I think you are confusing /dev/random and /dev/urandom.
$ man urandom
- rurban 11y agoYes, I said "drain", not "block". /dev/random needs to wait, /dev/urandom just goes on creating worse numbers.