#include <Random.h>
Public Member Functions | |
IntRandom (const std::mt19937::result_type &seed=std::mt19937::result_type()) | |
INT | operator() (const INT min=std::numeric_limits< INT >::min(), const INT max=std::numeric_limits< INT >::max()) |
Private Attributes | |
std::mt19937 | generator_ |
|
inline |
|
inline |
|
private |