MCPcopy Create free account
hub / github.com/amule-project/amule / GetRandomUint64

Function GetRandomUint64

src/RandomFunctions.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50uint64_t GetRandomUint64()
51{
52 return ((uint64_t)GetRandomUint32() << 32) + GetRandomUint32();
53}
54
55namespace Kademlia {
56 CUInt128 GetRandomUint128()

Callers 1

CECServerSocketMethod · 0.85

Calls 1

GetRandomUint32Function · 0.85

Tested by

no test coverage detected