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

Function rand_getNumSeeds

quest/src/core/randomiser.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103int rand_getNumSeeds() {
104
105 return currentSeeds.size();
106}
107
108
109vector<unsigned> rand_getSeeds() {

Callers 2

getNumSeedsFunction · 0.85
getSeedsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected