Home
last modified time | relevance | path

Searched refs:RandDev (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DExponentialBackoff.cpp24 duration WaitDuration = std::min(duration(Dist(RandDev)), EndTime - Now); in waitForNextAttempt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DExponentialBackoff.h59 std::random_device RandDev; variable