MCPcopy Create free account
hub / github.com/apple/foundationdb / rnd

Method rnd

fdbserver/workloads/ExternalWorkload.actor.cpp:256–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }
255 double now() const override { return g_network->now(); }
256 uint32_t rnd() const override { return deterministicRandom()->randomUInt32(); }
257 bool getOption(const std::string& name, bool defaultValue) override {
258 return ::getOption(options, Value(name), defaultValue);
259 }

Callers 1

initMethod · 0.80

Calls 2

deterministicRandomFunction · 0.85
randomUInt32Method · 0.80

Tested by 1

initMethod · 0.64