MCPcopy Create free account
hub / github.com/catboost/catboost / Y_UNIT_TEST

Function Y_UNIT_TEST

util/random/random_ut.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 Y_UNIT_TEST(TestWithLimit) {
53 TestType<unsigned short>();
54 TestType<unsigned int>();
55 TestType<unsigned long>();
56 TestType<unsigned long long>();
57 }
58
59 Y_UNIT_TEST(TestRandomNumberFloat) {
60 for (size_t i = 0; i < 1000; ++i) {

Callers

nothing calls this directly

Calls 1

SetRandomSeedFunction · 0.85

Tested by

no test coverage detected