Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMirzayanov/testlib
/ writeTest
Function
writeTest
generators/multigen.cpp:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
using namespace std;
16
17
void writeTest(int test) {
18
startTest(test);
19
20
int a = rnd.next(1, test * test);
21
int b = rnd.next(1, test * test);
22
println(a, b);
23
}
24
25
int main(int argc, char *argv[]) {
26
registerGen(argc, argv, 1);
Callers
1
main
Function · 0.85
Calls
3
startTest
Function · 0.50
println
Function · 0.50
next
Method · 0.45
Tested by
no test coverage detected