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

Method getId

source/Base/NumberGenerator.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56uint64_t NumberGenerator::getId()
57{
58 return (static_cast<uint64_t>(1) << 48) | ++_runningNumber; //first term is to avoid collisions with GPU-generated ids
59}
60
61uint32_t NumberGenerator::getNumberFromArray()
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected