Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ randomUInt32
Method
randomUInt32
flow/DeterministicRandom.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
uint32_t DeterministicRandom::randomUInt32() {
88
return gen64();
89
}
90
91
uint64_t DeterministicRandom::randomUInt64() {
92
return gen64();
Callers
15
init_buffers
Function · 0.80
get_rand_offset
Function · 0.80
IndexedSet.cpp
File · 0.80
flow.cpp
File · 0.80
test_single_memcpy
Function · 0.80
treeBenchmark
Function · 0.80
RandomByteGenerator
Method · 0.80
rnd
Method · 0.80
Future<Void> testConflictRanges
Function · 0.80
generateKey
Method · 0.80
Future<Void> _start
Function · 0.80
Future<Void> writeWorker
Function · 0.80
Calls
no outgoing calls
Tested by
5
init_buffers
Function · 0.64
get_rand_offset
Function · 0.64
test_single_memcpy
Function · 0.64
Future<Void> testConflictRanges
Function · 0.64
Future<Void> _start
Function · 0.64