We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae29a38 commit a1a057bCopy full SHA for a1a057b
doc/bn.tex
@@ -2343,7 +2343,7 @@ \section{PRNG}
2343
2344
The random number generated with these two functions is cryptographically secure if the source of
2345
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
+\texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{/dev/urandom} on
2347
all operating systems that have it.
2348
2349
If you have a custom random source you might find the function \texttt(mp\_rand\_source) useful.
0 commit comments