MCPcopy Create free account
hub / github.com/ElementsProject/elements / RandomTime1y

Function RandomTime1y

src/test/txrequest_tests.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53std::chrono::microseconds RandomTime8s() { return std::chrono::microseconds{1 + InsecureRandBits(23)}; }
54std::chrono::microseconds RandomTime1y() { return std::chrono::microseconds{1 + InsecureRandBits(45)}; }
55
56/** A proxy for a Runner that helps build a sequence of consecutive test actions on a TxRequestTracker.
57 *

Callers 1

TestInterleavedScenariosFunction · 0.85

Calls 1

InsecureRandBitsFunction · 0.85

Tested by

no test coverage detected