Unravel Engine C++ Reference
Loading...
Searching...
No Matches
tests_helper.cpp
Go to the documentation of this file.
1
#include "
tests_helper.h
"
2
3
std::mt19937&
helper::details::rd_gen
()
4
{
5
static
std::random_device rd;
6
static
std::mt19937
generator
(rd());
7
return
generator
;
8
}
generator
Definition
any_generator.hpp:7
helper::details::rd_gen
auto rd_gen() -> std::mt19937 &
Definition
tests_helper.cpp:3
tests_helper.h
UnravelEngine
UnravelEngine
engine
core
seq
tests
tests_helper.cpp
Generated by
1.12.0