Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Drandom.cc29 uint32_t x = NextOutput(); in Rand()
51 double result = NextOutput() - 1; in Rand()
58 double result = NextOutput() - 1; in Rand()
75 double u1 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; in Gaussian()
76 double u2 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; in Gaussian()
Drandom.h47 return static_cast<T>(NextOutput()); in Rand()
67 uint64_t NextOutput() { in NextOutput() function