MCPcopy Create free account
hub / github.com/catboost/catboost / CreateGuid

Function CreateGuid

util/generic/guid.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void CreateGuid(TGUID* res) {
45 ui64* dw = reinterpret_cast<ui64*>(res->dw);
46
47 WriteUnaligned<ui64>(&dw[0], RandomNumber<ui64>());
48 WriteUnaligned<ui64>(&dw[1], RandomNumber<ui64>());
49}
50
51TGUID TGUID::CreateTimebased() {
52 TGUID result;

Callers 15

SendMethod · 0.85
TIBClientServerMethod · 0.85
SendRequestMethod · 0.85
WaitableRequestMethod · 0.85
TIBClientServerMethod · 0.85
ConnectMethod · 0.85
SendLowMethod · 0.85
SendRequestMethod · 0.85
CreateMethod · 0.85
WaitableRequestMethod · 0.85
TConnectionMethod · 0.85
PingerThreadFunctionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected