|
CardGame
Rogue-like card videogame
|
#include <chrono>#include <random>Go to the source code of this file.
Namespaces | |
| namespace | Random |
Functions | |
| std::mt19937 | Random::generate () |
| int | Random::get (int min, int max) |
| template<typename T > | |
| T | Random::get (T min, T max) |
| template<typename R , typename S , typename T > | |
| R | Random::get (S min, T max) |
Variables | |
| std::mt19937 | Random::mt {generate()} |