MCPcopy Create free account
hub / github.com/Tencent/phxqueue / FastRand

Method FastRand

phxqueue/comm/utils/other_util.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75const uint32_t OtherUtils::FastRand() {
76 if (!seed_thread_safe.init) {
77 InitFastRandomSeed();
78 }
79
80 return rand_r(&seed_thread_safe.seed);
81}
82
83
84} // namespace utils

Callers

nothing calls this directly

Calls 1

InitFastRandomSeedFunction · 0.85

Tested by

no test coverage detected