MCPcopy Create free account
hub / github.com/Tencent/phxsql / GetRandomUin

Function GetRandomUin

phxsqlclient/utils/random.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113unsigned int GetRandomUin() {
114 return RandomPicker(10000, UINT_MAX);
115}
116
117unsigned int GetRandomUin(unsigned int minUin, unsigned int maxUin) {
118 return RandomPicker(minUin, maxUin);

Callers

nothing calls this directly

Calls 1

RandomPickerFunction · 0.85

Tested by

no test coverage detected