Chocobo1
|
0b1b3c1f84
|
Use numeric_limits instead of constants from C
In C++, using numeric_limits is more idiomatic compared to using constants.
|
2019-06-23 11:16:58 +08:00 |
|
Chocobo1
|
e288de7ec1
|
Forward declare as much as possible
|
2019-05-19 12:06:18 +08:00 |
|
thalieht
|
20ca90800d
|
Fix coding style
|
2018-05-09 17:06:22 +03:00 |
|
Chocobo1
|
81a4f3ced0
|
Use RNG provided by OS
The general consensus is to use random facility provided by OS instead
of using other software random generators.
|
2018-04-20 23:34:46 +08:00 |
|
Eugene Shalygin
|
74cecb1b6c
|
Replace C-style casts with C++ ones
|
2017-05-29 17:25:42 +02:00 |
|
Chocobo1
|
cae2f3059c
|
Workaround thread_local not supported on OSX
Drop back to xcode7.3 on TravisCI
|
2017-03-04 20:37:48 +08:00 |
|
Chocobo1
|
511796f74e
|
Replace rand() by a true uniform distribution generator
|
2017-02-16 12:21:26 +08:00 |
|