Home
last modified time | relevance | path

Searched refs:random_in_bounds (Results 1 – 12 of 12) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcoord.h7 coord_def random_in_bounds();
H A Dcoord.cc47 coord_def random_in_bounds() in random_in_bounds() function
H A Dbloodspatter.cc254 const coord_def c = random_in_bounds(); in generate_random_blood_spatter_on_level()
H A Dteleport.cc200 target = random_in_bounds(); in _monster_random_space()
H A Dmon-movetarget.cc716 mon->target = random_in_bounds(); // If we don't find anything better. in set_random_target()
H A Dtimed-effects.cc335 newpos = random_in_bounds(); in _jiyva_effects()
H A Dgod-passive.cc523 const coord_def p = random_in_bounds(); in jiyva_eat_offlevel_items()
H A Dspl-transloc.cc895 newpos = random_in_bounds(); in _teleport_player()
H A Ddungeon.cc3686 const coord_def c = random_in_bounds(); in _dgn_random_point_in_bounds()
4099 itempos = random_in_bounds(); in _randomly_place_item()
6331 dest_pos = random_in_bounds(); in _get_feat_dest()
H A Dxom.cc433 coord_def pos = random_in_bounds(); in _exploration_estimate()
H A Dmon-place.cc736 mg.pos = random_in_bounds(); in place_monster()
H A Dmonster.cc4853 if (check_set_valid_home(random_in_bounds(), place, nvalid)) in find_home_anywhere()