MCPcopy Create free account
hub / github.com/NetHack/NetHack / rnd_extcmd_idx

Function rnd_extcmd_idx

src/cmd.c:3600–3604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598}
3599
3600int
3601rnd_extcmd_idx(void)
3602{
3603 return rn2(extcmdlist_length + 1) - 1;
3604}
3605
3606staticfn void
3607reset_cmd_vars(boolean reset_cmdq)

Callers 1

mswin_ext_cmd_windowFunction · 0.85

Calls 1

rn2Function · 0.85

Tested by

no test coverage detected