git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2975 c06c8d41-db1a-0410-9941-cceddc491573
XRL7JID4IQO5SRZCR5UN6ZLAZEOK6R6TZUCYUIXHO4YFJPFF4U7AC
KFULGQQOHWUTXOM3BXCCYPGGVGGY4Z6265XUFRCBPNLTZAEHJZSQC
int i = 0; int j = random2(4); while (i < j)
int i = 0;
int j = random2(4);
while (i < j)
for (int i = random2(4); i >= 0; --i)
i++;
for (int i = 0; i < random2(4)+1; i++)