commit 179782cbc246e3ae9f6cd1f7310aeb248706a2d2
Author: Mattias Andrée <[email protected]>
AuthorDate: Sun May 1 14:41:03 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Sun May 1 14:41:03 2016 +0200
refsheet: random numbers => randomness
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index f0b0fa0..ea048d5 100644
--- a/doc/refsheet.tex
+++ b/doc/refsheet.tex
@@ -142,7 +142,7 @@ Unless specified otherwise, returns are {\tt void} and all
parameters are of typ
\cont {{\tt PRIME} (2)}
%\\
-\textbf{Random numbers} \\
+\textbf{Randomness} \\
\entry{zrand(a, b, UNIFORM, d)} {$a \xleftarrow{\$} \textbf{Z}_d$}
{{\tt b} is a {\tt enum zranddev}, e.g.}
\cont {{\tt DEFAULT\_RANDOM}, {\tt FASTEST\_RANDOM}}