1 2 3 4 5
class _dice { public: static void init(); static int get_val(); };