Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3600
int
3601
rnd_extcmd_idx(void)
3602
{
3603
return rn2(extcmdlist_length + 1) - 1;
3604
}
3605
3606
staticfn void
3607
reset_cmd_vars(boolean reset_cmdq)
Callers
1
mswin_ext_cmd_window
Function · 0.85
Calls
1
rn2
Function · 0.85
Tested by
no test coverage detected