MCPcopy Create free account
hub / github.com/anse1/sqlsmith / d12

Function d12

random.cc:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17int d12() {
18 static std::uniform_int_distribution<> pick(1, 12);
19 return pick(smith::rng);
20}
21
22int d20() {
23 static std::uniform_int_distribution<> pick(1, 20);

Callers 1

factoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected