Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
uint64_t GetRandomUint64()
51
{
52
return ((uint64_t)GetRandomUint32() << 32) + GetRandomUint32();
53
}
54
55
namespace Kademlia {
56
CUInt128 GetRandomUint128()
Callers
1
CECServerSocket
Method · 0.85
Calls
1
GetRandomUint32
Function · 0.85
Tested by
no test coverage detected