4#include "../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_randomSeed_test
20TEST_CASE(
"randomSeed API has a test placeholder",
"[math::randomSeed][placeholder]" )
22 SUCCEED(
"randomSeed behavioral assertions are pending." );
TEST_CASE("randomSeed API has a test placeholder", "[math::randomSeed][placeholder]")
Verifies that APIs declared in include/math/randomSeed.hpp remain available to the unit-test target.
Defines a random number seed generator.