MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / getNumSeeds

Function getNumSeeds

quest/src/api/debug.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52int getNumSeeds() {
53 validate_envIsInit(__func__);
54
55 return rand_getNumSeeds();
56}
57
58void getSeeds(unsigned* seeds) {
59 validate_envIsInit(__func__);

Callers 2

SECTIONFunction · 0.85
getSeedsFunction · 0.85

Calls 2

validate_envIsInitFunction · 0.85
rand_getNumSeedsFunction · 0.85

Tested by

no test coverage detected