MCPcopy Create free account
hub / github.com/apache/arrow / TEST

Function TEST

cpp/src/arrow/compute/kernels/scalar_random_test.cc:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60} // namespace
61
62TEST(TestRandom, Seed) {
63 const int kCount = 100000;
64 auto random_options = RandomOptions::FromSeed(/*seed=*/0);
65 TestRandomWithOptions(kCount, random_options);
66}
67
68TEST(TestRandom, SystemRandom) {
69 const int kCount = 100000;

Callers

nothing calls this directly

Calls 10

FromSeedFunction · 0.85
TestRandomWithOptionsFunction · 0.85
FromSystemRandomFunction · 0.85
AssertDatumsEqualFunction · 0.85
DeferNotOkFunction · 0.85
CallFunctionFunction · 0.85
push_backMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.70
EqualsMethod · 0.45
resultMethod · 0.45

Tested by

no test coverage detected