MCPcopy Create free account
hub / github.com/chrxh/alien / getNumberFromArray

Method getNumberFromArray

source/Base/NumberGenerator.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61uint32_t NumberGenerator::getNumberFromArray()
62{
63 _index = (_index + 1) % _arrayOfRandomNumbers.size();
64 return _arrayOfRandomNumbers[_index];
65}

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected