Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddgn-proclayouts.cc18 static dungeon_feature_type _pick_pseudorandom_wall(uint64_t val) in _pick_pseudorandom_wall() function
43 dungeon_feature_type feat = _pick_pseudorandom_wall(hash3(p.x/w, p.y/w, 2)); in operator ()()
58 dungeon_feature_type feat = _pick_pseudorandom_wall(hash3(p.x/w, p.y/w, 2)); in operator ()()
98 return ProceduralSample(p, _pick_pseudorandom_wall(base/3), offset + 4096); in operator ()()
179 feat = _pick_pseudorandom_wall(noise.id[0] + fuzz); in operator ()()