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

Function d42

random.cc:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int d42() {
28 static std::uniform_int_distribution<> pick(1, 42);
29 return pick(smith::rng);
30}
31
32int d100() {
33 static std::uniform_int_distribution<> pick(1, 100);

Callers 2

statement_factoryFunction · 0.85
factoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected