Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ randomUInt64
Method
randomUInt64
flow/DeterministicRandom.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
uint64_t DeterministicRandom::randomUInt64() {
92
return gen64();
93
}
94
95
uint32_t DeterministicRandom::randomSkewedUInt32(uint32_t min, uint32_t maxPlusOne) {
96
ASSERT(min < maxPlusOne);
Callers
14
applyHmacKeyDerivationFunc
Function · 0.80
getTraceThreadId
Function · 0.80
BlobCipherKey
Method · 0.80
MoveKeys.actor.cpp
File · 0.80
_start
Method · 0.80
Future<bool> getKeyServers
Function · 0.80
unit_tests.cpp
File · 0.80
generateSpanID
Function · 0.80
set
Method · 0.80
newShardId
Function · 0.80
Tracing.actor.cpp
File · 0.80
BlobGranuleFiles.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
set
Method · 0.64