Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drandom.tcc1280 result_type __rnd2 = __aurng(); in operator ()() local
1281 if (__c * (result_type(2) - __c) > __rnd2) in operator ()()
1283 if (std::log(__c / __rnd2) >= __c - result_type(1)) in operator ()()