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

Function RandomKernelSystem

cpp/src/arrow/compute/kernels/scalar_random_benchmark.cc:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static void RandomKernelSystem(benchmark::State& state) {
39 RandomKernel(state, /*is_seed=*/false);
40}
41
42static void RandomKernelSeed(benchmark::State& state) {
43 RandomKernel(state, /*is_seed=*/true);

Callers

nothing calls this directly

Calls 1

RandomKernelFunction · 0.85

Tested by

no test coverage detected