Typedef TRAP::Utils::RandomLocal#

Typedef Documentation#

using TRAP::Utils::RandomLocal = BasicRandomLocal<std::mt19937_64>#

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

Thread safety

Not thread safe. Should construct on the stack at local scope.