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 a1a057b commit 64bb3aaCopy full SHA for 64bb3aa
doc/bn.tex
@@ -2346,7 +2346,7 @@ \section{PRNG}
2346
\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.
+If you have a custom random source you might find the function \texttt{mp\_rand\_source()} useful.
2350
\index{mp\_rand\_source}
2351
\begin{alltt}
2352
void mp_rand_source(mp_err(*source)(void *out, size_t size));
0 commit comments