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

Function somex

src/mkroom.c:665–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665int
666somex(struct mkroom *croom)
667{
668 return rn1(croom->hx - croom->lx + 1, croom->lx);
669}
670
671int
672somey(struct mkroom *croom)

Callers 5

somexyFunction · 0.85
makerogueghostFunction · 0.85
generate_stairsFunction · 0.85
fixup_specialFunction · 0.85
lspo_mapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected