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

Class FastRandomSeed

phxsqlclient/utils/random.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48#endif
49
50struct FastRandomSeed {
51 bool init;
52 unsigned int seed;
53};
54
55static __thread FastRandomSeed seed_routine_safe = { false, 0 };
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected