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

Function RandomPicker

phxsqlclient/utils/random.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96unsigned int RandomPicker(unsigned int maxVal) {
97 return RandomPicker(0, maxVal);
98}
99
100unsigned int RandomPicker(unsigned int minVal, unsigned int maxVal) {
101 if (maxVal == minVal) {

Callers 3

GetEndPointMethod · 0.85
GetEndPointMethod · 0.85
GetRandomUinFunction · 0.85

Calls 1

GetFastRandomFunction · 0.85

Tested by

no test coverage detected