MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / randint

Function randint

tester/test_header.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int randint(int a, int b) {
55 return uniform_int_distribution(a, b)(rng);
56}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected