Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ d9
Function
d9
random.cc:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
int d9() {
13
static std::uniform_int_distribution<> pick(1, 9);
14
return pick(smith::rng);
15
}
16
17
int d12() {
18
static std::uniform_int_distribution<> pick(1, 12);
Callers
1
factory
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected