TwiceAsNice
2019-02-18
|
Public Member Functions | |
RandomInit () | |
int | random () |
Private Types | |
typedef boost::minstd_rand | base_generator_type |
typedef boost::uniform_int | distribution_type |
typedef boost::variate_generator< base_generator_type &, distribution_type > | gen_type |
Private Attributes | |
base_generator_type | generator |
gen_type | die_gen |
boost::uniform_int | uni_dist |
boost::variate_generator< base_generator_type &, boost::uniform_int<> > | uni |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |