Typedef TRAP::Utils::Random#
Typedef Documentation#
-
using TRAP::Utils::Random = BasicRandomStatic<std::mt19937_64>#
The basic static random alias based on a std::mt19937_64. It uses static methods API and data with static storage.
- Thread safety
Not thread safe but more performant.