Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Duniform_int_dist.h284 constexpr __uctype __urngmin = _UniformRandomBitGenerator::min(); in _GLIBCXX_VISIBILITY() local
286 static_assert( __urngmin < __urngmax, in _GLIBCXX_VISIBILITY()
288 constexpr __uctype __urngrange = __urngmax - __urngmin; in _GLIBCXX_VISIBILITY()
326 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
354 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY()
359 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
382 constexpr __uctype __urngmin = __urng.min(); in _GLIBCXX_VISIBILITY() local
384 constexpr __uctype __urngrange = __urngmax - __urngmin; in _GLIBCXX_VISIBILITY()
397 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
410 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY()
[all …]