MCPcopy 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
7int d6() {
8 static std::uniform_int_distribution<> pick(1, 6);
9 return pick(smith::rng);
10}
11
12int d9() {
13 static std::uniform_int_distribution<> pick(1, 9);

Callers 15

truth_valueMethod · 0.85
null_predicateMethod · 0.85
bool_termMethod · 0.85
factoryMethod · 0.85
table_sampleMethod · 0.85
joined_tableMethod · 0.85
from_clauseMethod · 0.85
select_listMethod · 0.85
select_for_updateMethod · 0.85
query_specMethod · 0.85
set_listMethod · 0.85
statement_factoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected