Unravel Engine C++ Reference
Loading...
Searching...
No Matches
tests_helper.cpp
Go to the documentation of this file.
1#include "tests_helper.h"
2
4{
5 static std::random_device rd;
6 static std::mt19937 generator(rd());
7 return generator;
8}
auto rd_gen() -> std::mt19937 &