HelenOS sources
subtract_with_carry_engine 536 uspace/lib/cpp/include/__bits/random.hpp bool operator==(const subtract_with_carry_engine& rhs) const
subtract_with_carry_engine 550 uspace/lib/cpp/include/__bits/random.hpp bool operator!=(const subtract_with_carry_engine& rhs) const
subtract_with_carry_engine 993 uspace/lib/cpp/include/__bits/random.hpp using ranlux24_base = subtract_with_carry_engine<uint_fast32_t, 24, 10, 24>;
subtract_with_carry_engine 994 uspace/lib/cpp/include/__bits/random.hpp using ranlux48_base = subtract_with_carry_engine<uint_fast64_t, 48, 5, 12>;
HelenOS homepage, sources at GitHub