Home
last modified time | relevance | path

Searched defs:one_chance_in (Results 1 – 3 of 3) sorted by last modified time

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Drandom.cc429 bool one_chance_in(int a_million) in one_chance_in() function
H A Drandom.h287 bool one_chance_in(int a_million) { return x_chance_in_y(1,a_million); } in one_chance_in() function
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dstuff.cc371 bool one_chance_in(int a_million) in one_chance_in() function