MCPcopy 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

15using namespace std;
16
17void 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
25int main(int argc, char *argv[]) {
26 registerGen(argc, argv, 1);

Callers 1

mainFunction · 0.85

Calls 3

startTestFunction · 0.50
printlnFunction · 0.50
nextMethod · 0.45

Tested by

no test coverage detected