Markus Mäkelä 2852530893
Use standard RNG
The custom random number generator can now be replaced with a C++11
RNG. This greatly improves the reliability and trustworthiness of it.

In addition to this, the conversion of the RNG to a thread-local object
removes the race condition that was present in the previous
implementation. It also theoretically improves performance by a tiny bit.
2018-08-13 10:37:48 +03:00
..
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-08-01 16:48:05 +03:00
2018-08-13 10:37:48 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-08-13 10:37:48 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00