MCPcopy 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
12int d9() {
13 static std::uniform_int_distribution<> pick(1, 9);
14 return pick(smith::rng);
15}
16
17int d12() {
18 static std::uniform_int_distribution<> pick(1, 12);

Callers 1

factoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected