Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Dfake_network_pipe.cc29 double uniform2 = (rand() + 1.0) / (RAND_MAX + 1.0); // NOLINT in GaussianRandom() local
31 sqrt(-2 * log(uniform1)) * cos(2 * kPi * uniform2)); in GaussianRandom()