Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ RandomTest
Method
RandomTest
be/src/kudu/util/random-test.cc:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
class RandomTest : public KuduTest {
37
public:
38
RandomTest()
39
: rng_(SeedRandom()) {
40
}
41
42
protected:
43
Random rng_;
Callers
nothing calls this directly
Calls
1
SeedRandom
Function · 0.85
Tested by
no test coverage detected