finished random map generation

This commit is contained in:
2024-07-12 22:43:06 -04:00
parent 606429a6ed
commit afc2b9fa12
5 changed files with 276 additions and 71 deletions

View File

@ -28,6 +28,8 @@ public:
bool trial(fraction &psuccess);
bool coin_flip() const;
template<class T> T &get_rand_in_vector(std::vector<T> &vec) {
curr_rand_num = rand();