@ -28,7 +28,11 @@ public:
bool trial(fraction &psuccess);
template<class T> T &get_rand_in_vector(const std::vector<T> &vec);
template<class T> T &get_rand_in_vector(std::vector<T> &vec) {
curr_rand_num = rand();
return vec[curr_rand_num % vec.size()];
}
};
#endif
The note is not visible to the blocked user.