proxygen
|
#include <folly/experimental/FunctionScheduler.h>
#include <random>
#include <folly/Conv.h>
#include <folly/Random.h>
#include <folly/String.h>
#include <folly/system/ThreadName.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
const milliseconds constInterval |
Definition at line 34 of file FunctionScheduler.cpp.
std::uniform_int_distribution<milliseconds::rep> dist |
Definition at line 90 of file FunctionScheduler.cpp.
Referenced by get_rand_str(), folly::f14::Counts::operator==(), detail::randomBytes(), folly::futures::detail::retryingJitteredExponentialBackoffDur(), TEST(), TEST_F(), test_iterators3(), test_reversibleIterators3(), testCustomSwap(), and folly::test::DeterministicSchedule::uniform().
std::default_random_engine generator |
Definition at line 71 of file FunctionScheduler.cpp.
Referenced by cmake_minimum_required(), estimateQuantile(), merge(), mergeDigests(), TEST(), and TEST_P().
std::poisson_distribution<int> poissonRandom |
Definition at line 72 of file FunctionScheduler.cpp.