From be398a64ffa4e621877527a43644428e48e8d55e Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 8 Feb 2015 22:27:59 +0100 Subject: [PATCH] Begonnen aan tweede excersise --- ass2/chris/exercise1a.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ass2/chris/exercise1a.txt diff --git a/ass2/chris/exercise1a.txt b/ass2/chris/exercise1a.txt new file mode 100644 index 0000000..76ca454 --- /dev/null +++ b/ass2/chris/exercise1a.txt @@ -0,0 +1,5 @@ +The difference between /dev/urandom and /dev/random is that /dev/random has a +limited output. Since it uses the entropy of your system and if that +pool used is exhausted it needs new input from the system. While /dev/urandom +reuses data if the entropy pool is exhausted. So /dev/urandom is less random +than /dev/random, but it can be used as much as you want. -- 2.20.1