Closed madmaxoft closed 6 years ago
Use C++11 random facilities for random number generation. The old code was capped at RAND_MAX, which could be as low as 32768, hence the repeats.
RAND_MAX
Fixes #79.
Use C++11 random facilities for random number generation. The old code was capped at
RAND_MAX
, which could be as low as 32768, hence the repeats.Fixes #79.