Home
last modified time | relevance | path

Searched defs:_Rp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h61 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min + _Working_result_type(1); variable
63 …static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() + _Worki… variable
H A Duniform_int_distribution.h54 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min + _Working_result_type(1); variable
56 …static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() + _Worki… variable