Skip to content

Commit a1a057b

Browse files
vonbrandsjaeckel
authored andcommitted
Documentation: Fix /dev/urandom
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
1 parent ae29a38 commit a1a057b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bn.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ \section{PRNG}
23432343

23442344
The random number generated with these two functions is cryptographically secure if the source of
23452345
random numbers the operating systems offers is cryptographically secure. It will use
2346-
\texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{/dev urandom} on
2346+
\texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{/dev/urandom} on
23472347
all operating systems that have it.
23482348

23492349
If you have a custom random source you might find the function \texttt(mp\_rand\_source) useful.

0 commit comments

Comments
 (0)