Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ d6
Function
d6
random.cc:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
int d6() {
8
static std::uniform_int_distribution<> pick(1, 6);
9
return pick(smith::rng);
10
}
11
12
int d9() {
13
static std::uniform_int_distribution<> pick(1, 9);
Callers
15
truth_value
Method · 0.85
null_predicate
Method · 0.85
bool_term
Method · 0.85
factory
Method · 0.85
table_sample
Method · 0.85
joined_table
Method · 0.85
from_clause
Method · 0.85
select_list
Method · 0.85
select_for_update
Method · 0.85
query_spec
Method · 0.85
set_list
Method · 0.85
statement_factory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected