3 lines
82 B
C
3 lines
82 B
C
|
|
||
|
bool random_success(float probability);
|
||
|
int random_choice(std::vector<int> list);
|