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

Function Y_UNIT_TEST

util/random/mersenne_ut.cpp:19–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 Y_UNIT_TEST(Test32) {
20 const ui32 res[] = {
21 UI32(2325592414),
22 UI32(482149846),
23 UI32(4177211283),
24 UI32(3872387439),
25 UI32(1663027210),
26 UI32(2005191859),
27 UI32(666881213),
28 UI32(3289399202),
29 UI32(2514534568),
30 UI32(3882134983),
31 };
32
33 Test<ui32>(res, Y_ARRAY_SIZE(res));
34 }
35
36 Y_UNIT_TEST(Test64) {
37 const ui64 res[] = {

Callers

nothing calls this directly

Calls 2

GenRand64Method · 0.80
GenRandMethod · 0.45

Tested by

no test coverage detected