Home | History | Annotate | Download | only in rogue

Lines Matching refs:get_rand

152 	n = get_rand(4, 6);
171 mn = get_rand(0, MONSTERS-1);
264 row = get_rand(rooms[rn].top_row+1,
266 col = get_rand(rooms[rn].left_col+1,
399 NEXT_TRY: n = get_rand(0, 5);
443 monster->trow = get_rand(1, (DROWS - 2));
444 monster->tcol = get_rand(0, (DCOLS - 1));
608 ch = get_rand('A', 'Z') - 'A';
737 r = get_rand(0, 12);
824 r = get_rand(0, 8);