Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ FastRandomSeed
Class
FastRandomSeed
phxqueue/comm/utils/other_util.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
#endif
51
52
struct FastRandomSeed {
53
bool init;
54
unsigned int seed;
55
};
56
57
static thread_local FastRandomSeed seed_thread_safe = { false, 0 };
58
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected