CardGame
Rogue-like card videogame
Loading...
Searching...
No Matches
Random.h File Reference
#include <chrono>
#include <random>
Include dependency graph for Random.h:
This graph shows which files directly or indirectly include this file:

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 >
Random::get (T min, T max)
 
template<typename R , typename S , typename T >
Random::get (S min, T max)
 

Variables

std::mt19937 Random::mt {generate()}