[==========] Running 10 tests from 5 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from RandomUtilTest
[ RUN      ] RandomUtilTest.TestRandomString
[       OK ] RandomUtilTest.TestRandomString (1 ms)
[ RUN      ] RandomUtilTest.RunCreateRandom128BitIntegersInRange
[       OK ] RandomUtilTest.RunCreateRandom128BitIntegersInRange (31 ms)
[----------] 2 tests from RandomUtilTest (32 ms total)

[----------] 2 tests from TemplateRandomUtilTest/0, where TypeParam = int
[ RUN      ] TemplateRandomUtilTest/0.RunCreateRandomUniqueIntegers
[       OK ] TemplateRandomUtilTest/0.RunCreateRandomUniqueIntegers (53 ms)
[ RUN      ] TemplateRandomUtilTest/0.RunCreateRandomIntegersInRange
[       OK ] TemplateRandomUtilTest/0.RunCreateRandomIntegersInRange (10 ms)
[----------] 2 tests from TemplateRandomUtilTest/0 (63 ms total)

[----------] 2 tests from TemplateRandomUtilTest/1, where TypeParam = unsigned int
[ RUN      ] TemplateRandomUtilTest/1.RunCreateRandomUniqueIntegers
[       OK ] TemplateRandomUtilTest/1.RunCreateRandomUniqueIntegers (52 ms)
[ RUN      ] TemplateRandomUtilTest/1.RunCreateRandomIntegersInRange
[       OK ] TemplateRandomUtilTest/1.RunCreateRandomIntegersInRange (10 ms)
[----------] 2 tests from TemplateRandomUtilTest/1 (63 ms total)

[----------] 2 tests from TemplateRandomUtilTest/2, where TypeParam = long
[ RUN      ] TemplateRandomUtilTest/2.RunCreateRandomUniqueIntegers
[       OK ] TemplateRandomUtilTest/2.RunCreateRandomUniqueIntegers (54 ms)
[ RUN      ] TemplateRandomUtilTest/2.RunCreateRandomIntegersInRange
[       OK ] TemplateRandomUtilTest/2.RunCreateRandomIntegersInRange (12 ms)
[----------] 2 tests from TemplateRandomUtilTest/2 (67 ms total)

[----------] 2 tests from TemplateRandomUtilTest/3, where TypeParam = unsigned long
[ RUN      ] TemplateRandomUtilTest/3.RunCreateRandomUniqueIntegers
[       OK ] TemplateRandomUtilTest/3.RunCreateRandomUniqueIntegers (55 ms)
[ RUN      ] TemplateRandomUtilTest/3.RunCreateRandomIntegersInRange
[       OK ] TemplateRandomUtilTest/3.RunCreateRandomIntegersInRange (13 ms)
[----------] 2 tests from TemplateRandomUtilTest/3 (69 ms total)

[----------] Global test environment tear-down
[==========] 10 tests from 5 test suites ran. (297 ms total)
[  PASSED  ] 10 tests.
