Home
last modified time | relevance | path

Searched refs:randR_value (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp198 int randR_value = rand_r(&seed); in RandR() local
199 if (randR_value < RAND_MAX) { in RandR()
204 int randR_value = rand_r(&seed); in RandR() local
205 if (randR_value > PARAM_0) { in RandR()

Completed in 4 milliseconds