libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 179782cbc246e3ae9f6cd1f7310aeb248706a2d2
parent 519003275cea0a0a340138771cb4d3239e411319
Author: Mattias Andrée <maandree@kth.se>
Date:   Sun,  1 May 2016 14:41:03 +0200

refsheet: random numbers => randomness

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mdoc/refsheet.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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}}