Typedef TRAP::Utils::RandomThreadLocal#

Typedef Documentation#

using TRAP::Utils::RandomThreadLocal = BasicRandomThreadLocal<std::mt19937_64>#

The basic static random alias based on a std::mt19937_64. It uses static methods API and data with thread_local storage.

Thread safety

Thread safe but less performant.