MCPcopy 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
87uint32_t DeterministicRandom::randomUInt32() {
88 return gen64();
89}
90
91uint64_t DeterministicRandom::randomUInt64() {
92 return gen64();

Callers 15

init_buffersFunction · 0.80
get_rand_offsetFunction · 0.80
IndexedSet.cppFile · 0.80
flow.cppFile · 0.80
test_single_memcpyFunction · 0.80
treeBenchmarkFunction · 0.80
RandomByteGeneratorMethod · 0.80
rndMethod · 0.80
generateKeyMethod · 0.80
Future<Void> _startFunction · 0.80
Future<Void> writeWorkerFunction · 0.80

Calls

no outgoing calls

Tested by 5

init_buffersFunction · 0.64
get_rand_offsetFunction · 0.64
test_single_memcpyFunction · 0.64
Future<Void> _startFunction · 0.64