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

Method Make

cpp/src/arrow/io/slow.cc:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67std::shared_ptr<LatencyGenerator> LatencyGenerator::Make(double average_latency) {
68 return std::make_shared<LatencyGeneratorImpl>(
69 average_latency, static_cast<int32_t>(::arrow::internal::GetRandomSeed()));
70}
71
72std::shared_ptr<LatencyGenerator> LatencyGenerator::Make(double average_latency,
73 int32_t seed) {

Callers

nothing calls this directly

Calls 1

GetRandomSeedFunction · 0.85

Tested by

no test coverage detected