MCPcopy 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
32int d100() {
33 static std::uniform_int_distribution<> pick(1, 100);
34 return pick(smith::rng);
35}

Callers 5

table_sampleMethod · 0.85
query_specMethod · 0.85
factoryMethod · 0.85
const_exprMethod · 0.85
atomic_subselectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected