Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76dd228

Browse files
committed
whrandom should come immediately after random, not before.
1 parent c924b8d commit 76dd228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ \chapter*{Front Matter\label{front}}
115115
\input{libmisc} % Miscellaneous Services
116116
\input{libmath}
117117
\input{libcmath}
118-
\input{libwhrandom}
119118
\input{librandom}
119+
\input{libwhrandom}
120120
%\input{librand}
121121
\input{libbisect}
122122
\input{libarray}

0 commit comments

Comments
 (0)