Consistency nits:
Use math-mode pi instead of mixing forms.
Use spaces around relational operators.
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index 66fda8d..201b9ab 100644
--- a/Doc/lib/librandom.tex
+++ b/Doc/lib/librandom.tex
@@ -23,7 +23,7 @@
\setindexsubitem{(in module random)}
\begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are
-\code{\var{alpha}>-1} and \code{\var{beta}>-1}.
+\code{\var{alpha} >- 1} and \code{\var{beta} > -1}.
Returned values will range between 0 and 1.
\end{funcdesc}
@@ -31,7 +31,7 @@
Circular uniform distribution. \var{mean} is the mean angle, and
\var{arc} is the range of the distribution, centered around the mean
angle. Both values must be expressed in radians, and can range
-between 0 and \code{pi}. Returned values will range between
+between 0 and $\pi$. Returned values will range between
\code{\var{mean} - \var{arc}/2} and \code{\var{mean} + \var{arc}/2}.
\end{funcdesc}
@@ -44,7 +44,7 @@
\begin{funcdesc}{gamma}{alpha, beta}
Gamma distribution. (\emph{Not} the gamma function!) Conditions on
-the parameters are \code{\var{alpha}>-1} and \code{\var{beta}>0}.
+the parameters are \code{\var{alpha} > -1} and \code{\var{beta} > 0}.
\end{funcdesc}
\begin{funcdesc}{gauss}{mu, sigma}
diff --git a/Doc/librandom.tex b/Doc/librandom.tex
index 66fda8d..201b9ab 100644
--- a/Doc/librandom.tex
+++ b/Doc/librandom.tex
@@ -23,7 +23,7 @@
\setindexsubitem{(in module random)}
\begin{funcdesc}{betavariate}{alpha, beta}
Beta distribution. Conditions on the parameters are
-\code{\var{alpha}>-1} and \code{\var{beta}>-1}.
+\code{\var{alpha} >- 1} and \code{\var{beta} > -1}.
Returned values will range between 0 and 1.
\end{funcdesc}
@@ -31,7 +31,7 @@
Circular uniform distribution. \var{mean} is the mean angle, and
\var{arc} is the range of the distribution, centered around the mean
angle. Both values must be expressed in radians, and can range
-between 0 and \code{pi}. Returned values will range between
+between 0 and $\pi$. Returned values will range between
\code{\var{mean} - \var{arc}/2} and \code{\var{mean} + \var{arc}/2}.
\end{funcdesc}
@@ -44,7 +44,7 @@
\begin{funcdesc}{gamma}{alpha, beta}
Gamma distribution. (\emph{Not} the gamma function!) Conditions on
-the parameters are \code{\var{alpha}>-1} and \code{\var{beta}>0}.
+the parameters are \code{\var{alpha} > -1} and \code{\var{beta} > 0}.
\end{funcdesc}
\begin{funcdesc}{gauss}{mu, sigma}