Move the whrandom section back to the documented modules section; this
gives people a chance to see the depracation notice.
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 26c15c6..e126cde 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -112,6 +112,7 @@
 \input{libmath}
 \input{libcmath}
 \input{librandom}
+\input{libwhrandom}
 \input{libbisect}
 \input{libarray}
 \input{libcfgparser}
@@ -306,7 +307,6 @@
 %\input{libregex}
 %\input{libregsub}
 %\input{libsoundex}
-%\input{libwhrandom}
 
 \chapter{Reporting Bugs}
 \input{reportingbugs}