Dice class
#include <liarsdice/core/dice.hpp>
Public static variables
Public static functions
- static void set_seed(unsigned int seed)
Constructors, destructors, conversion operators
Public functions
- void roll()
- auto get_value() const -> unsigned int noexcept
- auto operator==(const Dice& other) const -> bool noexcept
- auto operator!=(const Dice& other) const -> bool noexcept