From 21268b92abefcd7d51fcbf41f69ac07988ed5849 Mon Sep 17 00:00:00 2001 From: Roman Olearski Date: Fri, 2 Dec 2016 22:08:33 +0100 Subject: [PATCH] correcting conslusion -> conclusion --- tests/random/readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/random/readme b/tests/random/readme index b348e7c9..bc31698a 100644 --- a/tests/random/readme +++ b/tests/random/readme @@ -3,7 +3,7 @@ options: -R test standard 'rand' instead of 'get_random_bits'; -A run all dieharder tests, default is to run only selected tests. -conslusion: +conclusion: quality of randomness of 'get_random_bits' is comparable with randomness standard 'rand' function, however about an order of magnitude slower than 'rand'; and distinctly weaker compared to e.g. /dev/urandom that is assessed by dieharder as almost perfect.