commit 5ea57ba5071ddac37fd10f5a395882b1796acecd
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sat Apr 30 23:34:12 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sat Apr 30 23:34:22 2016 +0200

    Fix zrand comment in refsheet
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/doc/refsheet.tex b/doc/refsheet.tex
index d0c31f7..53b03c5 100644
--- a/doc/refsheet.tex
+++ b/doc/refsheet.tex
@@ -129,7 +129,8 @@ Is $b$ a prime?               & {\tt zptest(a, b, c)}      
& {\tt c} runs of Mil
 
 \textbf{Random numbers}       & {}                         & {}                
                                \\
 $a \xleftarrow{\$} \textbf{Z}_d $ & {\tt zrand(a, b, UNIFORM, d)}
-& {\tt b} is a {\tt zranddev}, e.g. {\tt DEFAULT\_RANDOM} \\
+& {\tt b} is a {\tt enum zranddev}, e.g. \\
+{}&{}& $~~~~~$ {\tt DEFAULT\_RANDOM}, {\tt FASTEST\_RANDOM} \\
 \\
 
 

Reply via email to