Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
unsigned int RandomPicker(unsigned int maxVal) {
97
return RandomPicker(0, maxVal);
98
}
99
100
unsigned int RandomPicker(unsigned int minVal, unsigned int maxVal) {
101
if (maxVal == minVal) {
Callers
3
GetEndPoint
Method · 0.85
GetEndPoint
Method · 0.85
GetRandomUin
Function · 0.85
Calls
1
GetFastRandom
Function · 0.85
Tested by
no test coverage detected