Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
#include <stdrandom.h>
Public Member Functions | |
StdRandom (int _seed) | |
int | GetRandomInt (int min, int max) |
int | GetRandomNormal (double mean, double sd) |
Public Member Functions inherited from cqsp::common::util::IRandom | |
IRandom (int _seed) | |
virtual | ~IRandom ()=default |
Private Attributes | |
std::mt19937 | random_gen |
Additional Inherited Members | |
Protected Attributes inherited from cqsp::common::util::IRandom | |
int | seed |
|
inlineexplicit |
|
inlinevirtual |
Implements cqsp::common::util::IRandom.
|
inlinevirtual |
Implements cqsp::common::util::IRandom.
|
private |