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

Function RandomKernelSeed

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

Source from the content-addressed store, hash-verified

40}
41
42static void RandomKernelSeed(benchmark::State& state) {
43 RandomKernel(state, /*is_seed=*/true);
44}
45
46void SetArgs(benchmark::internal::Benchmark* bench) {
47 for (int64_t length : {1, 64, 1024, 65536}) {

Callers

nothing calls this directly

Calls 1

RandomKernelFunction · 0.85

Tested by

no test coverage detected