Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void DataProvider::SetSeed(int seed) {
62
rand_generator_.seed(seed);
63
}
64
65
void RandString(MemPool* pool, StringValue* result,
66
const StringValue& min, const StringValue& max, double r,
Callers
nothing calls this directly
Calls
1
seed
Method · 0.80
Tested by
no test coverage detected