Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ d100
Function
d100
random.cc:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
int d100() {
33
static std::uniform_int_distribution<> pick(1, 100);
34
return pick(smith::rng);
35
}
Callers
5
table_sample
Method · 0.85
query_spec
Method · 0.85
factory
Method · 0.85
const_expr
Method · 0.85
atomic_subselect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected