Rnl

From NetHackWiki
Revision as of 17:48, 4 December 2008 by Marcmagus (talk | contribs) (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
For the source, see rnl in rnd.c.

rnl(x) is a pseudo-random number function used in NetHack when a result should be weighted by Luck.

rnl(x) has the same range as rn2(x) (that is, 0<=rnl(x)<x), but is weighted toward 0 if you have positive Luck, and toward x-1 if you have negative Luck.

Oliver Klozoff has provided an excellent tool for displaying a chart of the probabilities of the various probably outcomes of rnl(x) for each possible Luck score at http://klozoff.ms11.net/cgi-bin/nethack-rnl-calculator.pl