MCPcopy Create free account
hub / github.com/apache/impala / SetSeed

Method SetSeed

be/src/experiments/data-provider.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void DataProvider::SetSeed(int seed) {
62 rand_generator_.seed(seed);
63}
64
65void RandString(MemPool* pool, StringValue* result,
66 const StringValue& min, const StringValue& max, double r,

Callers

nothing calls this directly

Calls 1

seedMethod · 0.80

Tested by

no test coverage detected