Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
int d42() {
28
static std::uniform_int_distribution<> pick(1, 42);
29
return pick(smith::rng);
30
}
31
32
int d100() {
33
static std::uniform_int_distribution<> pick(1, 100);
Callers
2
statement_factory
Function · 0.85
factory
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected