Earlier quoted context omitted.
It does not depend on your use case. The answer, in all cases, is just to use /dev/urandom.
Are there not cases where blocking if there is insufficient entropy is the correct thing to do? Particularly if we're talking about important random numbers like long-lived private keys.
[1]: http://sockpuppet.org/blog/2014/02/25/safely-generate-random...