Explorar o código

Update linux-general.md

Håvard O. Nordstrand %!s(int64=5) %!d(string=hai) anos
pai
achega
ad61ff68bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/general/linux-general.md

+ 1 - 1
config/general/linux-general.md

@@ -27,6 +27,6 @@ breadcrumbs:
 
 ## Miscellaneous
 
-- `urandom` VS `random`: `random` blocks when running out of entropy while `urandom` does not. Use `random` for creating keys etc. and urandom for everything else.
+- `urandom` VS `random`: `random` blocks when running out of entropy while `urandom` does not. For all practical purposes, `urandom` will almost never be *less random* than `random` and `random` may block at inappropriate times, so always use `urandom`.
 
 {% include footer.md %}