11 auto str =
strprintf(
"%s:%s %s: Assertion `%s' failed.\n", file, line, func,
void assertion_fail(const char *file, int line, const char *func, const char *assertion)
Helper for Assert()
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...