rnd

From NetHackWiki
Revision as of 23:13, 16 December 2010 by Qazmlpok (talk | contribs) (Created page with "{{DISPLAYTITLE:rnd}} rnd(x)<ref>rnd.c#rnd</ref> is a pseudo-random number function used in NetHack when a result should be unweighted. The range of values is between 1 and x ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

rnd(x)[1] is a pseudo-random number function used in NetHack when a result should be unweighted. The range of values is between 1 and x inclusive (that is, 1<=rn2(x)<=x).

References

This page is a stub. Should you wish to do so, you can contribute by expanding this page.