Lamthai/game/logic/utilities.h

3 lines
82 B
C++

bool random_success(float probability);
int random_choice(std::vector<int> list);